Information about plays

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

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

{
    "id": 371211,
    "uri": "https://api.kexp.org/v2/plays/371211/?format=api",
    "airdate": "2019-08-23T08:22:00-07:00",
    "show": 6183,
    "show_uri": "https://api.kexp.org/v2/shows/6183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Block Rockin' Beats",
    "track_id": "dd8ade3c-0959-3bfb-80cd-03c12441d1a2",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Dig Your Own Hole",
    "release_id": "81cc7047-1d98-4841-8c29-79f37819546f",
    "release_group_id": null,
    "labels": [
        "Freestyle Dust"
    ],
    "label_ids": [],
    "release_date": "1997-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Schoolly D shouting, “Back with another one of those block rockin’ beats!”  “Block Rockin’ Beats” was nominated for multiple awards internationally and walked away with the Grammy for Best Rock Instrumental Performance in 1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}