Information about plays

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

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

{
    "id": 3655929,
    "uri": "https://api.kexp.org/v2/plays/3655929/?format=api",
    "airdate": "2026-05-17T11:56:41-07:00",
    "show": 66741,
    "show_uri": "https://api.kexp.org/v2/shows/66741/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e04420d-a685-41dc-9777-dcca45482263/42717427056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e04420d-a685-41dc-9777-dcca45482263/42717427056-250.jpg",
    "song": "Medley: Louie Louie / Ode to Billie Joe",
    "track_id": null,
    "recording_id": "14b7913f-f6af-4771-8ec5-659c177800ad",
    "artist": "Africa",
    "artist_ids": [
        "f529e0c9-ac19-4a86-9c32-7cf62537e46f"
    ],
    "album": "Music From “Lil Brown”",
    "release_id": null,
    "release_group_id": "aff480bf-2969-3d0b-b65c-803f516e7f8c",
    "labels": [
        "Ode Records"
    ],
    "label_ids": [
        "b3d75193-db00-49de-a9f6-111349bad210"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There is no “Lil Brown” movie as the album title suggests, it’s a nod to The Band’s Music from The Big Pink album title.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}