Information about plays

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

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

{
    "id": 374416,
    "uri": "https://api.kexp.org/v2/plays/374416/?format=api",
    "airdate": "2019-08-30T09:30:00-07:00",
    "show": 6229,
    "show_uri": "https://api.kexp.org/v2/shows/6229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eisbär",
    "track_id": "d0e93bd5-4de4-38ba-8c99-b34a9a03f269",
    "recording_id": null,
    "artist": "Grauzone",
    "artist_ids": [
        "163b54e5-8256-4f35-8c6e-623dccd2fbc2"
    ],
    "album": "Eisbær",
    "release_id": "975f0803-9460-3fa2-97b9-bcbc5e062696",
    "release_group_id": null,
    "labels": [
        "Welt-Rekord"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This first part of Jana's mixtape, Side \"A,\" is called “Arts” for songs/bands/albums that were more avant garde. \"Eisbar\" is German for \"polar bear.\" The song features a man singing he wants to be \"a polar bear in the cold polar\", because by being one he \"wouldn't have to cry any longer and everything would be fine.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}