Information about plays

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

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

{
    "id": 374361,
    "uri": "https://api.kexp.org/v2/plays/374361/?format=api",
    "airdate": "2019-08-30T06:14:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart‐Shaped Box",
    "track_id": "f801fd6d-278d-3677-a677-7b473f613e45",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Heart‐Shaped Box",
    "release_id": "ba205ab4-ea99-3250-88ba-06c718739c4b",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [],
    "release_date": "1993-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 1993, Nirvana released the single, \"Heart-Shaped Box\" in advance of the album \"In Utero.\"  The B-side is \"Marigold.\" Kurt Cobain wrote \"Heart-Shaped Box\" in early 1992. Cobain forgot about the song for a while, but began working on it again when he and his wife, Courtney Love, moved to a house in the Hollywood Hills. In a 1994 Rolling Stone interview, Love said she overheard him working on the song's riff in a closet. She said she asked him if she could use the riff for one of her songs, to which he replied, \"F++k you!\" and closed the closet door. \"He was trying to be so sneaky\", said Love. \"I could hear that one from downstairs.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}