Information about plays

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

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

{
    "id": 3638097,
    "uri": "https://api.kexp.org/v2/plays/3638097/?format=api",
    "airdate": "2026-04-05T08:09:52-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ab6d4c9-4be2-48f9-8a2e-cd0257c2cd10/44645273853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ab6d4c9-4be2-48f9-8a2e-cd0257c2cd10/44645273853-250.jpg",
    "song": "I’m your mirror",
    "track_id": null,
    "recording_id": "38b4f28f-bdc0-4224-a3de-e126a683ce58",
    "artist": "Masahiro Takahashi",
    "artist_ids": [],
    "album": "In Another",
    "release_id": null,
    "release_group_id": "1cc87418-7a3d-4f2d-a3ee-cbdc8b965bba",
    "labels": [
        "Telephone Explosion Records"
    ],
    "label_ids": [
        "e647c224-5fc6-4b15-b641-3087783c2b23"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the sixth album from Toronto-based, Japanese-born musician and composer Masahiro Takahashi that's a hypnotic exploration of jazz, ambient, psychedelic, and downtempo styles with an experimental chamber-pop sensibility ~ https://masahirotakahashi.bandcamp.com/album/in-another",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}