Information about plays

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

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

{
    "id": 381277,
    "uri": "https://api.kexp.org/v2/plays/381277/?format=api",
    "airdate": "2019-09-15T16:01:31-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab0e2ea5-6a44-49e1-a6af-18ac6a11542d/1601772869-250.jpg",
    "thumbnail_uri": "",
    "song": "Lazuli",
    "track_id": "99e714b6-cef3-32ef-8fce-fa7957573e6d",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Bloom",
    "release_id": "ab0e2ea5-6a44-49e1-a6af-18ac6a11542d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beach House released \"Bloom\" in 2012 on Sub Pop -- folllowed nearly a year later by a short film, \"Forever Still\".  The film features the band performing live tracks from \"Bloom\" around the town where they recorded the album.  Inspired by Pink Floyd's \"Live at Pompeii\", the band wanted to take more artistic control of their promos.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}