Information about plays

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

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

{
    "id": 347686,
    "uri": "https://api.kexp.org/v2/plays/347686/?format=api",
    "airdate": "2019-06-29T02:52:43-07:00",
    "show": 5789,
    "show_uri": "https://api.kexp.org/v2/shows/5789/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next Time Might Be Your Time",
    "track_id": null,
    "recording_id": null,
    "artist": "\"Blue\" Gene Tyranny",
    "artist_ids": [],
    "album": "Out of the Blue",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lovely Music"
    ],
    "label_ids": [
        "4b0a5e68-ee97-4771-af86-58c5ad743e9d"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Disarmingly direct, funky, and profound, Out of the Blue is an equanimous, wide-open exploration of Tyranny’s musical world: equal parts song cycle, tone poem, keyboard fantasia, and avant-garde pop record\" - https://unseenworlds.bandcamp.com/album/out-of-the-blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}