Information about plays

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

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

{
    "id": 352934,
    "uri": "https://api.kexp.org/v2/plays/352934/?format=api",
    "airdate": "2019-07-11T07:56:00-07:00",
    "show": 5880,
    "show_uri": "https://api.kexp.org/v2/shows/5880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go",
    "track_id": "bd050893-64ca-4b1f-a55c-77103a19d2fa",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Go",
    "release_id": "926d5c15-9b5c-4942-a949-dd2b74293ece",
    "release_group_id": null,
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [],
    "release_date": "2015-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This first single released from The Chemical Brother's 2015 album, <i>Born in the Echos</i>, features vocals from A Tribe Called Quest's Q-Tip",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}