Information about plays

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

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

{
    "id": 375078,
    "uri": "https://api.kexp.org/v2/plays/375078/?format=api",
    "airdate": "2019-09-01T03:11:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cola",
    "track_id": "359ffe01-4c9b-318f-9c0e-a412a2a8f5aa",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Anything in Return",
    "release_id": "3206bb7e-f4fc-486e-af0c-1ea106a47fc9",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [],
    "release_date": "2013-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Toro Y Moi in the KEXP way back in 2013 in the old live room. https://www.kexp.org/read/2013/03/22/live-video-toro-y-moi/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}