Information about plays

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

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

{
    "id": 379045,
    "uri": "https://api.kexp.org/v2/plays/379045/?format=api",
    "airdate": "2019-09-10T08:13:00-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Miserable",
    "track_id": "78e288cc-42d0-4367-93b3-1686b577bdcc",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Winter of Mixed Drinks",
    "release_id": "cb6d35e7-fd84-4f25-8df2-fa7ed17df5bb",
    "release_group_id": null,
    "labels": [
        "Imperial Records"
    ],
    "label_ids": [],
    "release_date": "2010-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scott Hutchinson on \"Not Miserable\":  \"I became more positive in my mind. You know, personal relationships changed; life became better. Just the simple stuff. You know, I settled into a home. Previous to this, I was essentially - when I came off tour I was basically homeless, you know, sleeping on people's couches and at my brother's flat and stuff. And it was just the more settled I became the less melancholy the stressed thing around my head. Things were good.\n\nAnd it was a challenge to me. I didn't want miserableness to become our thing. It was a challenge to me to write a song about being positive, about being happy. And, you know, maybe everything that I write is lined with a slight dark edge and I can't help that. But, yeah, there are more moments of joy in this album for sure.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}