Information about plays

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

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

{
    "id": 3638082,
    "uri": "https://api.kexp.org/v2/plays/3638082/?format=api",
    "airdate": "2026-04-05T07:09:49-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a2c8d23-05e3-4130-bc15-8930cbb9f430/44733915258-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a2c8d23-05e3-4130-bc15-8930cbb9f430/44733915258-250.jpg",
    "song": "What Happened Next",
    "track_id": null,
    "recording_id": "5771acd6-81c9-4e12-b5af-166df2a21f3d",
    "artist": "Haiku Salut & Meg Morley",
    "artist_ids": [
        "c874cf9c-e925-4a76-956c-824a1110526b",
        "8566734a-6ab7-4f62-a8c6-b371ad8edb7a"
    ],
    "album": "The Lost Score",
    "release_id": null,
    "release_group_id": "2a4933b5-0872-4313-984d-7868514f5f75",
    "labels": [
        "Lo Recordings"
    ],
    "label_ids": [
        "0d3780c3-46e4-4b80-805d-e5676baf3726"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new collaborative album between UK trio Haiku Salut (Gemma Barkerwood, Louise Croft, Sophie Barkerwood) and Melbourne-born, London-based pianist, composer and improviser Meg Morley ~ https://lorecordings.bandcamp.com/album/the-lost-score",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}