Information about plays

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

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

{
    "id": 356982,
    "uri": "https://api.kexp.org/v2/plays/356982/?format=api",
    "airdate": "2019-07-20T20:20:00-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Theaters",
    "track_id": null,
    "recording_id": null,
    "artist": "Chaos Chaos",
    "artist_ids": [
        "e6b0e0d7-c77b-4fa6-8a7e-95cdc41502bf"
    ],
    "album": "Theaters",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chaos Chaos is an indie synthpop band formed in Seattle under the name Smoosh in 2000 and adopted their current name in 2012. The band consists of two sisters, who founded the band as children: singer/keyboardist Asya \"Asy\" Saavedra and drummer Chloe Saavedra. This track 'Theaters' is currently unreleased.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}