Information about plays

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

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

{
    "id": 377372,
    "uri": "https://api.kexp.org/v2/plays/377372/?format=api",
    "airdate": "2019-09-06T07:17:36-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/bf98c54a-127f-47bf-af05-14e3deb2b14b/9737763254-250.jpg",
    "thumbnail_uri": "",
    "song": "Sugar Kane",
    "track_id": "17da96bd-6334-3175-8b52-e91de782ca53",
    "recording_id": null,
    "artist": "Sonic Youth",
    "artist_ids": [
        "5cbef01b-cc35-4f52-af7b-d0df0c4f61b9"
    ],
    "album": "Dirty",
    "release_id": "bf98c54a-127f-47bf-af05-14e3deb2b14b",
    "release_group_id": null,
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1992-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Oh kiss me like a frog, and turn me into flame...\"  Hmm.  Here are the lyrics: https://songmeanings.com/songs/view/48704/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}