Information about plays

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

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

{
    "id": 356852,
    "uri": "https://api.kexp.org/v2/plays/356852/?format=api",
    "airdate": "2019-07-20T11:55:41-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inner City Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Sly",
    "artist_ids": [
        "4ee18c1e-9f25-4340-aca8-55eab557dec7"
    ],
    "album": "Sly & Robbie presents Taxi Gang in Discomix Style 1978-1987",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cree Records"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The selections on this compilation demonstrate exactly how much Lowell ‘Sly’ Dunbar & Robert ‘Robbie’ Shakespeare have learned from the roots of reggae, American rhythm & blues and soul, and these versions of contemporary and vintage soul songs show Sly and Robbie at their very best. https://www.discogs.com/Sly-Robbie-Taxi-Gang-In-Discomix-Style-1978-1987/release/9679570",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}