Information about plays

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

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

{
    "id": 375916,
    "uri": "https://api.kexp.org/v2/plays/375916/?format=api",
    "airdate": "2019-09-03T07:52:36-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/4c0eb809-0db0-334f-a07e-bc6cd3f02286/7786035825-250.jpg",
    "thumbnail_uri": "",
    "song": "Going to Town",
    "track_id": "514f4c82-547e-3405-a748-454645640a7a",
    "recording_id": null,
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Black Love",
    "release_id": "4c0eb809-0db0-334f-a07e-bc6cd3f02286",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Afghan Whigs performed live in the KEXP studio back in 2017. Watch the full performance here: https://www.youtube.com/watch?v=1_guTzJTIe8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}