Information about plays

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

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

{
    "id": 382024,
    "uri": "https://api.kexp.org/v2/plays/382024/?format=api",
    "airdate": "2019-09-17T14:41:40-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d0f1944-5ade-49ab-a1ba-c9edbb85f04e/24026674466-250.jpg",
    "thumbnail_uri": "",
    "song": "Temple of Sorrow",
    "track_id": "abe58d07-c58c-42cb-b8eb-58180bd08585",
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "DSVII",
    "release_id": "9d0f1944-5ade-49ab-a1ba-c9edbb85f04e",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "M83 have announced DSVII, a new album that serves as the sequel to their 2007 album Digital Shades Vol 1. It arrives September 20 via Mute. According to a press release, the new record was “influenced heavily by early video game soundtracks, ‘80s sci-fi/fantasy films and analog synth pioneers” such as Brian Eno, Suzanne Ciani, Mort Garson and John Carpenter. It was recorded in 2017-2018 exclusively with analog equipment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}