Information about plays

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

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

{
    "id": 382344,
    "uri": "https://api.kexp.org/v2/plays/382344/?format=api",
    "airdate": "2019-09-18T04:30:17-07:00",
    "show": 6363,
    "show_uri": "https://api.kexp.org/v2/shows/6363/?format=api",
    "image_uri": "http://coverartarchive.org/release/23a804e7-b95d-44df-a7d1-a9c9641a8dd1/24050744037-250.jpg",
    "thumbnail_uri": "",
    "song": "When the Fires Come",
    "track_id": "068e9ab4-cf30-4adb-b035-d1860cf7b37c",
    "recording_id": null,
    "artist": "Kero Kero Bonito",
    "artist_ids": [
        "5e284bdc-3774-41dc-b5e2-b125d0349acf"
    ],
    "album": "When the Fires Come",
    "release_id": "23a804e7-b95d-44df-a7d1-a9c9641a8dd1",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-09-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"’When the Fires Come’ is about the worldwide wildfires heralding the seemingly imminent climate change apocalypse,\" the band wrote in a press release. \"It was partially inspired by our experience on tour in North California last year, when we got caught underneath the smoke cloud from the Camp Fire.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}