Information about plays

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

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

{
    "id": 372559,
    "uri": "https://api.kexp.org/v2/plays/372559/?format=api",
    "airdate": "2019-08-26T13:06:06-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/09df72b6-baa4-489a-84e9-df2a0dea8aa9/908541035-250.jpg",
    "thumbnail_uri": "",
    "song": "The Globe",
    "track_id": "3858847a-20ae-3283-a065-9ffca069b447",
    "recording_id": null,
    "artist": "Big Audio Dynamite",
    "artist_ids": [
        "694b1fd8-0ba6-45bb-a359-d8a8fecaee46"
    ],
    "album": "The Globe",
    "release_id": "09df72b6-baa4-489a-84e9-df2a0dea8aa9",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rich selected from 699 songs to choose the 25 songs on this playlist. Whew!  Thanks, Rich, for all that work.  Here's the list of 25:  https://bit.ly/30CO6A6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}