Information about plays

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

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

{
    "id": 350245,
    "uri": "https://api.kexp.org/v2/plays/350245/?format=api",
    "airdate": "2019-07-05T00:19:31-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/703da45f-540d-49d8-acd2-1a8d0d8c3517/23181537990-250.jpg",
    "thumbnail_uri": "",
    "song": "Clear Blue Skies",
    "track_id": "275416b2-778f-4b34-85f9-dfe770951699",
    "recording_id": null,
    "artist": "Hot Chip",
    "artist_ids": [
        "d8915e13-d67a-4aa0-9c0b-1f126af951af"
    ],
    "album": "A Bath Full of Ecstasy",
    "release_id": "703da45f-540d-49d8-acd2-1a8d0d8c3517",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On September 18th & 19th, British group Hot Chip LIVE at the Showbox Sodo https://www.seattle-theatre.com/theaters/showbox-sodo/hot-chip.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}