Information about plays

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

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

{
    "id": 345460,
    "uri": "https://api.kexp.org/v2/plays/345460/?format=api",
    "airdate": "2019-06-24T07:16:19-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b5e2c9e-d052-4bdb-8d61-3320c6883c73/23134363259-250.jpg",
    "thumbnail_uri": "",
    "song": "I Feel Emotion",
    "track_id": "28b5e00d-25c4-4020-8bca-c5f40904cfbc",
    "recording_id": null,
    "artist": "Operators",
    "artist_ids": [
        "30a1b97e-0614-4320-bb9b-4cb13cd6cf66"
    ],
    "album": "Radiant Dawn",
    "release_id": "9b5e2c9e-d052-4bdb-8d61-3320c6883c73",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band described the track as \"a song for anyone who feels like they don’t know how to be alive in the world today. The video we made for ‘I Feel Emotion’ is compound nostalgia. It was inspired by a video installation I saw at an exhibition at MOMA called ‘Toward A Concrete Utopia, Architecture in Yugoslavia 1948-1980’. The installation was a stack of tv screens playing short loops taken from what looked to be old commercials and footage of people in various states of everydayness.\" Read more and check out the video over at the KEXP blog! https://www.kexp.org/read/2019/5/3/operators-share-introspective-single-i-feel-emotion/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}