Information about plays

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

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

{
    "id": 2683053,
    "uri": "https://api.kexp.org/v2/plays/2683053/?format=api",
    "airdate": "2020-01-07T01:00:09-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?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": "The xx - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=QGkhlIC9wEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}