Information about plays

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

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

{
    "id": 377958,
    "uri": "https://api.kexp.org/v2/plays/377958/?format=api",
    "airdate": "2019-09-07T13:20:16-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/85f61d36-afa0-3977-9b0e-45329574175b/23680963656-250.jpg",
    "thumbnail_uri": "",
    "song": "Ziggy Stardust",
    "track_id": "baa0f03f-d3f5-3827-b523-7ac814484fee",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Rise and Fall of Ziggy Stardust and the Spiders From Mars",
    "release_id": "85f61d36-afa0-3977-9b0e-45329574175b",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun Fact: Ziggy Stardust was a glam alter ego of David Bowie in the early 1970s \"acting as a messenger for extraterrestrial beings... The character was inspired by British rock 'n' roll singer Vince Taylor, whom David Bowie met after Taylor had a breakdown and believed himself to be a cross between a god and an alien.\" https://bit.ly/2kxLYKc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}