Information about plays

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

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

{
    "id": 355108,
    "uri": "https://api.kexp.org/v2/plays/355108/?format=api",
    "airdate": "2019-07-16T13:45:02-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Thunder",
    "track_id": "98cd5742-35be-3fca-9172-e748dcdf4bab",
    "recording_id": null,
    "artist": "Galaxie 500",
    "artist_ids": [
        "4de3cfed-b459-42bd-bfbb-7a843fbc73df"
    ],
    "album": "On Fire",
    "release_id": "cbde5aa8-8c1b-3574-969f-cb95555756da",
    "release_group_id": null,
    "labels": [
        "Videoarts Music"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Though criminally overlooked in their own lifetime, Galaxie 500 later emerged as one of the pivotal underground groups of the post-punk era; dreamy and enigmatic, their minimalist dirges presaged the rise of both the shoegaze and slowcore movements of the 1990s.\"  Read a biography:  https://www.allmusic.com/artist/galaxie-500-mn0000189678/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}