Information about plays

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

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

{
    "id": 2675855,
    "uri": "https://api.kexp.org/v2/plays/2675855/?format=api",
    "airdate": "2019-12-20T08:45:27-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/23a92dc8-d233-4f5b-96a4-a5e76000c174/10587359545-250.jpg",
    "thumbnail_uri": "",
    "song": "Loud Places",
    "track_id": "f732cc0e-d261-4abe-9c1c-47de61fe3852",
    "recording_id": null,
    "artist": "Jamie xx feat. Romy Madley Croft",
    "artist_ids": [
        "b46efb1e-ecd9-4044-9820-14c64c2d657e"
    ],
    "album": "In Colour",
    "release_id": "23a92dc8-d233-4f5b-96a4-a5e76000c174",
    "release_group_id": null,
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2015-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 25.  This was the debut studio album for English producer Jamie xx, released on May 29th, 2015. The album was composed during a five-year period while he was  a member of the  band The xx, starting with his production on \"xx\" in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}