Information about plays

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

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

{
    "id": 377013,
    "uri": "https://api.kexp.org/v2/plays/377013/?format=api",
    "airdate": "2019-09-05T13:14:44-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/08e3f6a3-0891-42bc-8f1a-18d112a10d79/12915827535-250.jpg",
    "thumbnail_uri": "",
    "song": "I Am Chemistry",
    "track_id": "c557964a-9d85-47da-8acd-b4d8315db55b",
    "recording_id": null,
    "artist": "Yeasayer",
    "artist_ids": [
        "3feba7fa-3837-424a-b4f1-0077d217f569"
    ],
    "album": "Amen & Goodbye",
    "release_id": "08e3f6a3-0891-42bc-8f1a-18d112a10d79",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last week KEXP played listener submissions during Mixtape Week. There were so many great ones to choose from, we could not get to them all. This set features a mix by Emily called “Science Rules!”. <br> <br> The first song in her mix is by Yeasayer. You can watch them perform in the KEXP live room from 2016: https://www.youtube.com/watch?v=VrcMPpEK7-s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}