Information about plays

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

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

{
    "id": 382894,
    "uri": "https://api.kexp.org/v2/plays/382894/?format=api",
    "airdate": "2019-09-19T09:10:45-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1503eba-60af-49ad-98a6-970881d16e09/2341775356-250.jpg",
    "thumbnail_uri": "",
    "song": "Intro",
    "track_id": "5985602e-eb04-33e8-a2f8-4e2f37b8e0d8",
    "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 appropriately titled opening track for this London trio's debut album. Watch them performing live at KEXP in 2017 here: https://www.youtube.com/watch?v=QGkhlIC9wEI&t=67s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}