Information about plays

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

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

{
    "id": 379059,
    "uri": "https://api.kexp.org/v2/plays/379059/?format=api",
    "airdate": "2019-09-10T09:10:58-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": "Fell on Black Days",
    "track_id": "adf93a98-c91d-3d40-b6db-8339c42c1d05",
    "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": "In 1994, Chris Cornell spoke to Melody Maker about creating the song and the meaning behind it. \"'Fell On Black Days' was like this ongoing fear I've had for years. It took me a long time to write that song. We've tried to do three different versions with that title, and none of them have ever worked,\" he said. \"It's a feeling that everyone gets. You're happy with your life, everything's going well, things are exciting - when all of a sudden you realize you're unhappy in the extreme, to the point of being really, really scared. There's no particular event you can pin the feeling down to, it's just that you realize one day that everything in your life is f--ked!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}