Information about plays

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

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

{
    "id": 355919,
    "uri": "https://api.kexp.org/v2/plays/355919/?format=api",
    "airdate": "2019-07-18T06:02:50-07:00",
    "show": 5930,
    "show_uri": "https://api.kexp.org/v2/shows/5930/?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": "Good morning Seattle, and welcome to the Thursday edition of The Morning Show. Chris Cornell told Rolling Stone in 1994 that this song is “... about attempting to be normal and just go out and be around other people and hang out. I have a tendency to sometimes be pretty closed off and not see people for long periods of time and not call anyone. It’s actually, in a way, a hopeful song.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}