Information about plays

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

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

{
    "id": 370530,
    "uri": "https://api.kexp.org/v2/plays/370530/?format=api",
    "airdate": "2019-08-21T18:54:00-07:00",
    "show": 6174,
    "show_uri": "https://api.kexp.org/v2/shows/6174/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Visions of Johanna (take 5)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Vol. 12: 1965–1966, The Best of the Cutting Edge",
    "release_id": "e476245d-43ce-40ec-9cc1-4a7aa490f15a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Outtakes from the 1965-1966 sessions for Bringing it All Back Home, Highway 61 Revisited and Blonde on Blonde ; http://www.bobdylan.com ; a live cover of this song by Robyn Hitchcock, Gillian Welch, Dave Rawlings, and others: https://www.youtube.com/watch?v=mJvmbkt26Bw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}