Information about plays

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

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

{
    "id": 371043,
    "uri": "https://api.kexp.org/v2/plays/371043/?format=api",
    "airdate": "2019-08-22T21:53:36-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/4105035f-7df7-4a2b-a4e7-d3dcd862666e/23706986442-250.jpg",
    "thumbnail_uri": "",
    "song": "Summer Girl",
    "track_id": "e89ab2be-74f6-4cd4-b20c-fe8d5e89db93",
    "recording_id": null,
    "artist": "HAIM",
    "artist_ids": [
        "aef06569-098f-4218-a577-b413944d9493"
    ],
    "album": "Summer Girl",
    "release_id": "4105035f-7df7-4a2b-a4e7-d3dcd862666e",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HAIM debuted an song called “Summer Girl”. It’s their first new music in two years. \nHAIM released their sophomore album, Something to Tell You, back in 2017. Hopefully new music is on the way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}