Information about plays

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

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

{
    "id": 3666297,
    "uri": "https://api.kexp.org/v2/plays/3666297/?format=api",
    "airdate": "2026-06-10T19:35:08-07:00",
    "show": 66955,
    "show_uri": "https://api.kexp.org/v2/shows/66955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Captain",
    "track_id": null,
    "recording_id": "2d0ed88d-079b-479a-bf87-3767155bbe2c",
    "artist": "Nice Biscuit",
    "artist_ids": [
        "632cda31-18ca-43b5-8c3b-74e970dc5105"
    ],
    "album": "Captain / Fairfield of Dreams",
    "release_id": null,
    "release_group_id": "b2845964-8aee-4dbd-9e59-2dfb8edbf60e",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Since the release of their debut LP in 2018, Brisbane's Nice Biscuit have founded a unique style of psych-rock influenced by krautrock, garage and modern psych. Nice Biscuit transcends the classic psych hallmarks of fuzzy guitars and repetitive rhythms with the performance and vocal harmonies of co-front women, Billie Star and Grace Cuell who use constant harmonies throughout each song to create a distinct voice within the sonic landscape of Nice Biscuit. A trademark of Billie and Grace includes creating, and designing outfits which draw you further into a world of their making. With layers of swirling harmonies, precise instrumentation and striking visuals, Nice Biscuit has garnered a reputation for captivating live shows and immersive song writing.\" https://greenwayrecords.com/artist/nice-biscuit/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}