Information about plays

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

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

{
    "id": 353448,
    "uri": "https://api.kexp.org/v2/plays/353448/?format=api",
    "airdate": "2019-07-12T11:20:52-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "http://coverartarchive.org/release/0ab00d08-9a77-444b-be8b-9d9f42297891/17102740966-250.jpg",
    "thumbnail_uri": "",
    "song": "Altered Beast No. 2",
    "track_id": "424ea2fb-bad0-43cd-9b99-bfb528a7bcd8",
    "recording_id": null,
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Murder of the Universe",
    "release_id": "0ab00d08-9a77-444b-be8b-9d9f42297891",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & the Lizard Wizard play the Paramount Theatre on Sunday, August 18.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}