Information about plays

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

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

{
    "id": 372074,
    "uri": "https://api.kexp.org/v2/plays/372074/?format=api",
    "airdate": "2019-08-25T07:34:08-07:00",
    "show": 6198,
    "show_uri": "https://api.kexp.org/v2/shows/6198/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mvt. 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Fiona Brice",
    "artist_ids": [],
    "album": "String Quartet No. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "bigo & twigetti"
    ],
    "label_ids": [],
    "release_date": "2018-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Label spotlight on bigo & twigetti! This short-and-sweet is a collection of works composed by Glasgow-based violinist Fiona Brice performed by Brother Tree Sound ~ https://fionabrice.bandcamp.com/album/string-quartet-no-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}