Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/451534/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 451534,
    "uri": "https://api.kexp.org/v2/plays/451534/?format=api",
    "airdate": "2001-08-02T18:52:10-07:00",
    "show": 7636,
    "show_uri": "https://api.kexp.org/v2/shows/7636/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MoFRC01gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MoFRC01gL._SL75_.jpg",
    "song": "The Dark End of the Street",
    "track_id": "ee1099cb-3114-45b4-adb7-695bd77fe6c3",
    "recording_id": null,
    "artist": "Porter Wagoner & Dolly Parton",
    "artist_ids": [
        "39de00ac-923e-46cb-b3b5-903bcce70a06"
    ],
    "album": "Just the Two of Us",
    "release_id": "ddc1a176-a487-4b3a-893b-034d8fc66eac",
    "release_group_id": null,
    "labels": [
        "RCA LP"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}