Information about plays

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

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

{
    "id": 379034,
    "uri": "https://api.kexp.org/v2/plays/379034/?format=api",
    "airdate": "2019-09-10T07:28:00-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Angel in the Snow",
    "track_id": "e1fe2b82-eed1-33c7-a10f-3f54d4b0742c",
    "recording_id": null,
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "An Introduction to… Elliott Smith",
    "release_id": "24e51297-4c03-409c-959f-e07ea8c6a493",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2010-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"To me, listening to Elliott Smith is like listening to someone who knows my brain very well. Because of this, even though many people find his music depressing and emotionally draining, I find that it can relax me like nothing else. His songs are a warm blanket. Some friends of mine have worried that his music has prevented me from moving on. What they don’t understand is that it would have been impossible to move on without him. I’m not a neurologist, but I’d be very interested in seeing a scan of my brain while listening to Elliott Smith. I’m certain the brain waves would be doing all kinds of groovy things.\"  From Canadian mental health blog, Mind Your Mind.  https://mindyourmind.ca/blog/elliott-smith",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}