Information about plays

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

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

{
    "id": 3543459,
    "uri": "https://api.kexp.org/v2/plays/3543459/?format=api",
    "airdate": "2025-08-22T20:22:03-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "https://coverartarchive.org/release/39389f82-7a09-4c03-9956-8029514c8e22/18292714347-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39389f82-7a09-4c03-9956-8029514c8e22/18292714347-250.jpg",
    "song": "Stay A While",
    "track_id": null,
    "recording_id": "5f8e44b3-638c-46fb-b784-4e45bf1e9d4d",
    "artist": "The Cactus Channel",
    "artist_ids": [
        "d3a937d4-fc69-459b-921b-0c9dce53d31f"
    ],
    "album": "Stay A While",
    "release_id": null,
    "release_group_id": "ccf96b36-1b37-4278-98c8-a3bd483e367a",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Counting Stax Records vibes and BADBADNOTGOOD as influences, Melbourne Australia's The Cactus Channel -- they call their third album \"something wilder, a little darker and heavier...diving in deep to dreamlike soundtracks, electrifying wig-outs and woozy meditations\"\n\nhttps://thecactuschannel.bandcamp.com/album/stay-a-while",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}