Information about plays

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

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

{
    "id": 371076,
    "uri": "https://api.kexp.org/v2/plays/371076/?format=api",
    "airdate": "2019-08-22T23:44:51-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/f710e288-b72e-4aa9-b0e2-f880c0d6ad76/11319848080-250.jpg",
    "thumbnail_uri": "",
    "song": "River of Deceit",
    "track_id": "6cc1c176-4420-4f62-b1a7-8c5b643cbfec",
    "recording_id": null,
    "artist": "Mad Season & Seattle Symphony",
    "artist_ids": [
        "bfd085b8-0bbf-46b3-8ab9-193bca5c85e7"
    ],
    "album": "Sonic Evolution",
    "release_id": "f710e288-b72e-4aa9-b0e2-f880c0d6ad76",
    "release_group_id": null,
    "labels": [
        "Monkeywrench Records"
    ],
    "label_ids": [
        "fdef4ca1-8821-423f-9228-023b5d33299a"
    ],
    "release_date": "2015-08-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded Live at Benaroya Hall in Seattle, WA, Mad Season performed a special show with the Seattle Symphony. The Mad Season lineup for this performance included surviving members: Mike McCready and Barrett Martin and featured vocalists: Chris Cornell, Jeff Angell, Kim Virant and bassist Duff McKagan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}