Information about plays

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

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

{
    "id": 2682337,
    "uri": "https://api.kexp.org/v2/plays/2682337/?format=api",
    "airdate": "2020-01-05T05:20:00-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four of Five",
    "track_id": "fa96b058-9c34-4569-8556-23034823d9e8",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Hasta El Cielo (Con Todo El Mundo in Dub)",
    "release_id": "51e5cc9f-92fa-427a-a736-0dcfe2462722",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dub version of Khruangbin's 2018 album, 'Con Todo El Mundo.' From the Bandcamp: “For us, Dub has always felt like a prayer. Spacious, meditative, able to transport the listener to another realm. The first dub albums we listened to were records mixed by Scientist featuring the music of the Roots Radics.\" https://khruangbin.bandcamp.com/album/hasta-el-cielo-con-todo-el-mundo-in-dub-excluding-n-s-america",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}