Information about plays

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

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

{
    "id": 3633647,
    "uri": "https://api.kexp.org/v2/plays/3633647/?format=api",
    "airdate": "2026-03-25T22:31:12-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/a28f8ee4-744a-46cc-a24e-7df1b91fe7aa/1177632590-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a28f8ee4-744a-46cc-a24e-7df1b91fe7aa/1177632590-250.jpg",
    "song": "Do It While You Can",
    "track_id": null,
    "recording_id": "896450f6-f78d-41b6-8510-2701e601229f",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "It’s My Pleasure",
    "release_id": null,
    "release_group_id": "f9da270c-a825-4aa8-b812-351ccb65145e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of four guitarists that helped out Billy on this album was Shuggie Otis, the others were Keni Burke (Five Stairsteps), Tony Maiden (Rufus) and George Harrison.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}