Information about plays

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

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

{
    "id": 379229,
    "uri": "https://api.kexp.org/v2/plays/379229/?format=api",
    "airdate": "2019-09-10T17:37:01-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?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": "\"I’m 61 years old and I’m pretty sure I’ve been suffering from PTSD from seeing  horrible violence as a child (great parenting ?) I’ve been self medicating to avoid the pain with a couple of breaks with rehab and therapy. Never took and that’s ok. The thing that’s saved me has been my love of music for all these years so thank to my friends at the station for this day.\" Thank you Steve for sharing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}