Information about plays

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

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

{
    "id": 3661928,
    "uri": "https://api.kexp.org/v2/plays/3661928/?format=api",
    "airdate": "2026-05-31T11:52:59-07:00",
    "show": 66866,
    "show_uri": "https://api.kexp.org/v2/shows/66866/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f2cadbe-1f63-47ae-97b0-50ede615db12/43475419543-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f2cadbe-1f63-47ae-97b0-50ede615db12/43475419543-250.jpg",
    "song": "Dixie Lullaby",
    "track_id": null,
    "recording_id": "63be41d8-e54c-4c05-af96-85c8b820e87e",
    "artist": "Leon Russell",
    "artist_ids": [
        "d4cc0ed5-0f76-4188-9e14-2a23ca12188a"
    ],
    "album": "Mad Dogs & Englishmen Revisited Live at LOCKN’",
    "release_id": null,
    "release_group_id": "675ded10-b833-4f3d-91b9-8fc90b8e8980",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the movie directed by Pierre Adidge that followed the Grammy-winning English rocker on his 1970 North American tour alongside fellow singer-songwriter Leon Russell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}