Information about plays

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

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

{
    "id": 377373,
    "uri": "https://api.kexp.org/v2/plays/377373/?format=api",
    "airdate": "2019-09-06T07:23:28-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/c12262e2-7185-4942-87ee-da27ddd45ddf/8448266186-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Away",
    "track_id": "acd4bad5-7a87-3583-8641-c101221de183",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "Nevermind",
    "release_id": "c12262e2-7185-4942-87ee-da27ddd45ddf",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1991-09-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally titled Pay To Play, this song appears to be about many things, including annoyance (\"stay away\"), lack of popularity (\"I'd rather be dead than cool\"), and predictability in people (\"every line ends in a rhyme\").  Here's Nirvana at the Seattle Center Coliseum in 1992, playing \"Stay Away\": https://www.youtube.com/watch?v=nGeBwPVjljc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}