Information about plays

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

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

{
    "id": 3597961,
    "uri": "https://api.kexp.org/v2/plays/3597961/?format=api",
    "airdate": "2025-12-30T10:10:12-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Within You Without You / Tomorrow Never Knows",
    "track_id": null,
    "recording_id": "aa289e47-f79c-4ff2-943d-be0027e21461",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Love",
    "release_id": null,
    "release_group_id": "ce50ab64-52d6-3e8e-93a4-5e6358dbc849",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2006-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was both written and performed solely by George Harrison.\nFirst appearing on the 1967 Sgt. Pepper's Lonely Hearts Club Band, this mix with \"Tomorrow Never Knows\" was released on the 2006 Love album.\n The song is about how the answers are inside us, so we have to look within to find them. We can go to the mountaintop searching to find our truths, but that won't do any good if we're not searching within. - https://bit.ly/2WD0n7q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}