Information about plays

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

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

{
    "id": 354624,
    "uri": "https://api.kexp.org/v2/plays/354624/?format=api",
    "airdate": "2019-07-15T09:10:08-07:00",
    "show": 5912,
    "show_uri": "https://api.kexp.org/v2/shows/5912/?format=api",
    "image_uri": "http://coverartarchive.org/release/44215caf-1d40-4bc7-b0b9-81466e7d837b/12048957767-250.jpg",
    "thumbnail_uri": "",
    "song": "The Sniper at the Gates of Heaven",
    "track_id": "42ead6cf-6420-385f-b379-5d9b3248c62a",
    "recording_id": null,
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Passover",
    "release_id": "44215caf-1d40-4bc7-b0b9-81466e7d837b",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2006-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels took their name from a Velvet Underground classic, “The Black Angel’s Death Song.” Hailing from Austin, Texas, the band is comprised of Alex Maas, Christian Bland, Kyle Hunt, Stephanie Bailey and Jake Garcia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}