Information about plays

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

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

{
    "id": 375922,
    "uri": "https://api.kexp.org/v2/plays/375922/?format=api",
    "airdate": "2019-09-03T08:07:19-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/f555f63d-19aa-4e8d-b619-8298e6690076/7801308306-250.jpg",
    "thumbnail_uri": "",
    "song": "Do It Clean",
    "track_id": "6a94f062-45f9-3cc1-8a40-9abe71d71d54",
    "recording_id": null,
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "The Very Best Of: More Songs to Learn and Sing",
    "release_id": "f555f63d-19aa-4e8d-b619-8298e6690076",
    "release_group_id": null,
    "labels": [
        "Korova"
    ],
    "label_ids": [
        "5a5e4426-41e4-4fae-b036-c4813b07881a"
    ],
    "release_date": "2006-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Where am I going? Where have I been? Where are you going? Where have you been? I've been here, I've been there...\" \nhttp://www.bunnymen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}