Information about plays

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

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

{
    "id": 377021,
    "uri": "https://api.kexp.org/v2/plays/377021/?format=api",
    "airdate": "2019-09-05T13:50:56-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/e7a0df20-f94e-457d-94e6-c5d240617fe2/14390279056-250.jpg",
    "thumbnail_uri": "",
    "song": "I Exhale",
    "track_id": "c38b3d5e-f33e-4126-95e6-b4642cc81b3c",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Barbara Barbara, we face a shining future",
    "release_id": "e7a0df20-f94e-457d-94e6-c5d240617fe2",
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Set to be released on October 25th 2019, the new album DRIFT SONGS marks the conclusion of Underworld’s hugely ambitious 52-week DRIFT Series. During that period, music, film and text pieces are created and published every Thursday as part of the band’s on-going, very public recording process; a unique and visionary space Rick and Karl have created for themselves to exist within.\" Read more here: https://underworldlive.com/drift-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}