Information about plays

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

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

{
    "id": 372960,
    "uri": "https://api.kexp.org/v2/plays/372960/?format=api",
    "airdate": "2019-08-27T11:18:52-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a6fdee5-5250-4d6a-ad39-6cd9721862d7/2702411576-250.jpg",
    "thumbnail_uri": "",
    "song": "Blind Willie McTell",
    "track_id": "34dfbc79-bac0-344e-9425-7592fc50edc4",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Volumes 1–3: 1961–1991: Rare and Unreleased",
    "release_id": "1a6fdee5-5250-4d6a-ad39-6cd9721862d7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dylan wrote the song in either late 1982 or early 1983, but didn’t play it at a concert until 5 August 1997.  He has several times commented that the song was never finished to his satisfaction.  Learn more about this song from Jamie Alls' playlist: https://bob-dylan.org.uk/archives/14",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}