Information about plays

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

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

{
    "id": 369360,
    "uri": "https://api.kexp.org/v2/plays/369360/?format=api",
    "airdate": "2019-08-19T06:35:01-07:00",
    "show": 6159,
    "show_uri": "https://api.kexp.org/v2/shows/6159/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1503eba-60af-49ad-98a6-970881d16e09/2341775356-250.jpg",
    "thumbnail_uri": "",
    "song": "Crystalised",
    "track_id": "ccbaef92-10ca-3f75-a0ca-0b70aa14d91a",
    "recording_id": null,
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx",
    "release_id": "d1503eba-60af-49ad-98a6-970881d16e09",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2009-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The xx are preparing to create their eagerly anticipated fourth album, the follow-up to 2017’s critically acclaimed 'I See You.'\n\nWhile members of the band are often busy working away on their respected side projects, bassist and singer Oliver Sim revealed to Matt Everitt on BBC Radio 6 Music that the band have been in contact to bat around ideas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}