Information about plays

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

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

{
    "id": 372947,
    "uri": "https://api.kexp.org/v2/plays/372947/?format=api",
    "airdate": "2019-08-27T10:27:17-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/584eb598-9b01-415c-ac7e-2f7997d3f304/4689832242-250.jpg",
    "thumbnail_uri": "",
    "song": "Nothing Ever Happened",
    "track_id": "b8a18b88-37d0-38ba-830d-c86cc2a5d41c",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Microcastle / Weird Era Cont.",
    "release_id": "584eb598-9b01-415c-ac7e-2f7997d3f304",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2008-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This fine Deerhunter song is from James' mixtape, submitted on cassette.  James called it \"The Re-education of Alex Brunt.\" (Alex is James' cousin.) Here's Deerhunter performing the song live at Pitchfork 2011: https://www.youtube.com/watch?v=K_hKjvX3xX0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}