Information about plays

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

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

{
    "id": 376496,
    "uri": "https://api.kexp.org/v2/plays/376496/?format=api",
    "airdate": "2019-09-04T10:53:02-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Millennium",
    "track_id": "7a7db3af-11ff-3247-abb2-9cea4ae08717",
    "recording_id": null,
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Pandemonium",
    "release_id": "dd2afcf0-b436-3a79-8506-fc30f7596cc1",
    "release_group_id": null,
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Killing Joke released their ninth album <i>Pandemonium</i> in August 1994. Air drums and headbanging going on in the KEXP booth. <br> <br> For some lucky folks around the country, you can catch Killing Joke playing with Tool. Not here in Seattle though. https://www.killingjoke.co.uk/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}