Information about plays

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

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

{
    "id": 349731,
    "uri": "https://api.kexp.org/v2/plays/349731/?format=api",
    "airdate": "2019-07-03T19:56:23-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can't Stand It",
    "track_id": "7caff235-3689-3619-9f9e-19f5aa7beea5",
    "recording_id": null,
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "The Time Has Come",
    "release_id": "9f4d6b1c-05e6-4fcb-992e-e0ce3c280480",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Audio of a few songs live at the Fillmore in 1968: http://www.pastemagazine.com/articles/2006/11/the-chambers-brothers-time-has-come-today.html ; https://www.popmatters.com/forgotten-treasures-of-60s-soul-the-chambers-brothers-vault-recordings-2496187358.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}