Information about plays

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

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

{
    "id": 372072,
    "uri": "https://api.kexp.org/v2/plays/372072/?format=api",
    "airdate": "2019-08-25T07:28:54-07:00",
    "show": 6198,
    "show_uri": "https://api.kexp.org/v2/shows/6198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autumn Sky",
    "track_id": null,
    "recording_id": null,
    "artist": "Madeleine Cocolas",
    "artist_ids": [],
    "album": "Autumn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bigo & twigetti"
    ],
    "label_ids": [],
    "release_date": "2017-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Label spotlight on bigo & twigetti! This track is taken off one of numerous seasonal compilations the label has put out over the years ~ https://bigoandtwigetti.bandcamp.com/album/autumn",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}