Information about plays

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

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

{
    "id": 3632637,
    "uri": "https://api.kexp.org/v2/plays/3632637/?format=api",
    "airdate": "2026-03-23T06:23:34-07:00",
    "show": 66258,
    "show_uri": "https://api.kexp.org/v2/shows/66258/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-4c95ac93-1334-47d7-9f21-1fcdf67d17d3/mbid-4c95ac93-1334-47d7-9f21-1fcdf67d17d3-4471416924_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-4c95ac93-1334-47d7-9f21-1fcdf67d17d3/mbid-4c95ac93-1334-47d7-9f21-1fcdf67d17d3-4471416924_thumb250.jpg",
    "song": "Love and Happiness",
    "track_id": "d028fb58-bdcc-3ec5-861a-27e7438cfdb3",
    "recording_id": "886bdac5-617c-43a3-9d33-92a4c621f36a",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "I'm Still in Love With You",
    "release_id": "4c95ac93-1334-47d7-9f21-1fcdf67d17d3",
    "release_group_id": "4a40960b-44b3-313c-8540-cde054d41bd9",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1972-10-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of the 1972 recording process for \"Love and Happiness\", Green said: \"I wouldn’t say it was a return to the old style soul of my early days, but I definitely pulled it from the same source of raw and gritty need. The result was like a slow fever, building on the beat, pushing up the temperature with each breath of the staccato horns and pushing through to delirium as we came up on the fade.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}