Information about plays

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

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

{
    "id": 379024,
    "uri": "https://api.kexp.org/v2/plays/379024/?format=api",
    "airdate": "2019-09-10T06:54:23-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/8b7f18f8-fc64-3afb-a7d0-927ae36481b4/6455504020-250.jpg",
    "thumbnail_uri": "",
    "song": "Bad",
    "track_id": "a4c8c559-5ba7-3a2f-bc9c-9b2ee7093e2f",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "8b7f18f8-fc64-3afb-a7d0-927ae36481b4",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lyrics do not specifically mention heroin, but Bono has introduced the song at concerts by saying it is about heroin addiction. \nBono watched a lot of teens fall victim to the heroin epidemic in Dublin in the late '70s and early '80s. \"They gave up everything they held sacred to this drug,\" he explained in the band bio U2 by U2. \"I tried to describe that with the song, 'Bad,' what it was like to feel that rush, to feel that elation, and then to go on to the nod, the awful sleep that comes with that drug, and then scream: 'I'm wide awake, I'm wide awake, I'm not sleeping!' I can see what's going on.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}