Information about plays

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

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

{
    "id": 3667628,
    "uri": "https://api.kexp.org/v2/plays/3667628/?format=api",
    "airdate": "2026-06-14T01:25:00-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neon",
    "track_id": null,
    "recording_id": "bcf8ef76-3aa4-4660-a978-d7c8764da62d",
    "artist": "Christian Mistress",
    "artist_ids": [
        "eee4e05e-0130-47a9-813a-60a59dd9effe"
    ],
    "album": "To Your Death",
    "release_id": null,
    "release_group_id": "7910b3cb-0eb3-46f2-90c8-e60ca092ccbf",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2015-09-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Christine\n\nChrisitan Mistress will be performing at:\n  - Bottom of the Hill in SF on Saturday, June 20th\n - Cafe Colonial in Sacramento on Sunday, June 21st\n - Rain City Doom Fest at El Corazon in Seattle on December 18th and 19th\n\nhttps://christianmistress.bandcamp.com/album/children-of-the-earth\nhttps://www.instagram.com/christianmistress/\nhttps://www.elcorazonseattle.com/shows/rain-city-doom-fest-2026-18-dec",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}