Information about plays

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

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

{
    "id": 3622276,
    "uri": "https://api.kexp.org/v2/plays/3622276/?format=api",
    "airdate": "2026-02-25T20:51:36-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Within You Without You",
    "track_id": "41b34e3f-c846-4e8d-a27e-1464f119e7b1",
    "recording_id": "baf24999-4f60-4512-895c-dd27b0b06e39",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Sgt. Pepper’s Lonely Hearts Club Band",
    "release_id": "e06341fa-fa86-411a-9c7a-72253005f6fc",
    "release_group_id": "9f7a4c28-8fa2-3113-929c-c47a9f7982c3",
    "labels": [
        "Apple Records",
        "Parlophone"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday, George Harrison!\n\nOn this song, George Harrison said: \"‘Within You Without You’ came about after I had spent a bit of time in India and fallen under the spell of the country and its music. I had brought back a lot of instruments. It was written at Klaus Voormann’s house in Hampstead after dinner one night. The song came to me when I was playing a pedal harmonium.\nI’d also spent a lot of time with Ravi Shankar, trying to figure out how to sit and hold the sitar, and how to play it. ‘Within You Without You’ was a song that I wrote based upon a piece of music of Ravi’s that he’d recorded for All-India Radio. It was a very long piece – maybe 30 or 40 minutes – and was written in different parts, with a progression in each. I wrote a mini version of it, using sounds similar to those I’d discovered in his piece. I recorded in three segments and spliced them together later.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}