Information about plays

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

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

{
    "id": 3421990,
    "uri": "https://api.kexp.org/v2/plays/3421990/?format=api",
    "airdate": "2024-11-06T05:18:27-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "End of the World",
    "track_id": null,
    "recording_id": "b1e793c4-4bea-4801-9d80-1f24da0e4ba6",
    "artist": "Prom Queen",
    "artist_ids": [
        "fca827f9-7bf0-41c2-9f87-d2af0caa20a3"
    ],
    "album": "Doom-Wop",
    "release_id": null,
    "release_group_id": "a5da3de0-5079-469a-a2c3-37abc6b5ac46",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-09-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Prom Queen’s Leeni Ramadan described this song as an anthem for the end of the world:\n\n“It’s an anthem expressing our need for comfort, community, and companionship”\n\nRead more on our website: https://www.kexp.org/read/2017/08/14/kexp-premiere-prom-queen-end-of-the-world/\n\nSeattle band Prom Queen performed live in the KEXP studio 2017. Watch their session here: https://youtu.be/ZNYrXStv8d0\n\nCheck out more by Prom Queen on bandcamp: https://promqueenband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}