Information about plays

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

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

{
    "id": 373922,
    "uri": "https://api.kexp.org/v2/plays/373922/?format=api",
    "airdate": "2019-08-29T09:21:23-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild Blue Yonder",
    "track_id": "6ec56c5e-deca-40bc-904d-65136dc2854c",
    "recording_id": null,
    "artist": "The Screaming Blue Messiahs",
    "artist_ids": [
        "caddc5bb-26ec-46da-a934-e6c64b6135db"
    ],
    "album": "Wild Blue Yonder",
    "release_id": "3331f0af-d77f-47c5-b4d2-5c547e729945",
    "release_group_id": null,
    "labels": [
        "WEA Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Mark Lysynecky's \"Hang the DJ\" mix here on Mixtape Week | English band that debuted in 1986 with <i>Gun Shy</i> and then pretty much disappeared after 1989's <i>Totally Religious</i>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}