Information about plays

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

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

{
    "id": 3602976,
    "uri": "https://api.kexp.org/v2/plays/3602976/?format=api",
    "airdate": "2026-01-11T07:38:34-08:00",
    "show": 65621,
    "show_uri": "https://api.kexp.org/v2/shows/65621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tab Laih (with Mayah Alkhateri)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sega Bodega",
    "artist_ids": [
        "2b3130ac-2f9f-4dc3-a266-453b25183ddf"
    ],
    "album": "I Created The Universe So That Life Could Create a Language So Complex, Just To Say How Much I Love You",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "ambient tweets"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a late 2025 album and a late 'Pacific Notions' AOTY contender from London's Sega Bodega ~ https://segabodega.bandcamp.com/album/i-created-the-universe-so-that-life-could-create-a-language-so-complex-just-to-say-how-much-i-love-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}