Information about plays

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

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

{
    "id": 352982,
    "uri": "https://api.kexp.org/v2/plays/352982/?format=api",
    "airdate": "2019-07-11T10:25:37-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "http://coverartarchive.org/release/d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce/21129597655-250.jpg",
    "thumbnail_uri": "",
    "song": "Gatherings",
    "track_id": "d7c576fb-9fbc-41d3-bab5-aa957f543e15",
    "recording_id": null,
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Masana Temples",
    "release_id": "d2d85bc2-3ec0-4a1c-bf37-2b9a58f2d5ce",
    "release_group_id": null,
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kikagaku Moyo will be playing in Seattle on Friday, November 29 at The Crocodile! They are a Japanese psychedelic band from Tokyo. The band's name translates to \"geometric patterns.\" Watch their KEXP in-studio performance: https://www.youtube.com/watch?v=M8y3nM6tEqw&t=2s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}