Information about plays

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

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

{
    "id": 379039,
    "uri": "https://api.kexp.org/v2/plays/379039/?format=api",
    "airdate": "2019-09-10T07:47:03-07:00",
    "show": 6310,
    "show_uri": "https://api.kexp.org/v2/shows/6310/?format=api",
    "image_uri": "http://coverartarchive.org/release/53e70778-6771-4674-8933-9438b4528dd8/20458958520-250.jpg",
    "thumbnail_uri": "",
    "song": "The Day I Tried to Live",
    "track_id": "3b8f6dd0-cb92-3f71-b8bc-5098b3b96ec3",
    "recording_id": null,
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "53e70778-6771-4674-8933-9438b4528dd8",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking about \"The Day I Tried To Live\" with Entertainment Weekly, Cornell said: \"The attitude I was trying to convey was that thing that I think everyone goes through where you wake up in the morning and you just don't know how you are going to get through the day, and you kind of just talk yourself into it. You may go through different moments of hopelessness and wanting to give up, or wanting to just get back into bed and say fuck it, but you convince yourself you're going to do it again. And maybe this is the last time you're going to do it, but it's once more around.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}