Information about plays

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

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

{
    "id": 372076,
    "uri": "https://api.kexp.org/v2/plays/372076/?format=api",
    "airdate": "2019-08-25T07:42:36-07:00",
    "show": 6198,
    "show_uri": "https://api.kexp.org/v2/shows/6198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Journey's End",
    "track_id": null,
    "recording_id": null,
    "artist": "Ben Crosland",
    "artist_ids": [
        "366753fc-5d34-48d8-811b-7d67f30c744b"
    ],
    "album": "Songs From Rainbow Hill",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bigo & twigetti"
    ],
    "label_ids": [],
    "release_date": "2018-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Label spotlight on bigo & twigetti! Closing out the set is London-based pianist/composer Ben Crosland ~ https://bencrosland.bandcamp.com/album/songs-from-rainbow-hill",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}