Information about plays

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

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

{
    "id": 356086,
    "uri": "https://api.kexp.org/v2/plays/356086/?format=api",
    "airdate": "2019-07-18T15:35:26-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yummer Yummer Man",
    "track_id": "2ff9578f-7de8-3756-b419-5713d2345450",
    "recording_id": null,
    "artist": "Danielle Dax",
    "artist_ids": [
        "f76e8c74-ed01-49fd-89d4-fba41d900c49"
    ],
    "album": "Dark Adapted Eye",
    "release_id": "4edec361-afaa-3454-9e0e-e9583b0ce4a6",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dark Adapted Eye\" is a compilation album by Danielle Dax, an English experimental musician, formerly of The Lemon Kittens. Released in 1988 on Sire Records on LP, cassette and CD, it consisted of material from albums and singles released on her own label, Awesome Records, and was the first release of her material in North America. After being out of print for years, the CD was reissued in the U.S. by the Noble Rot label in 2008. All tracks were produced by Dax and co-written by David Knight.\n\nThis compilation album could be considered an expanded international edition of her third album, \"Inky Bloaters\", except that it only has 10 of the 11 tracks from that album. 'Born To Be Bad' is missing, and only appears on the \"Inky Bloaters\" album, and nowhere else.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}