Information about plays

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

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

{
    "id": 3622146,
    "uri": "https://api.kexp.org/v2/plays/3622146/?format=api",
    "airdate": "2026-02-25T15:40:46-08:00",
    "show": 66028,
    "show_uri": "https://api.kexp.org/v2/shows/66028/?format=api",
    "image_uri": "https://coverartarchive.org/release/f953e75a-83b2-3e70-8454-40f546b04a52/8094800915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f953e75a-83b2-3e70-8454-40f546b04a52/8094800915-250.jpg",
    "song": "What Is Life",
    "track_id": null,
    "recording_id": null,
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": null,
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to George Harrison, who was born on this date in 1943. He died in 2001 at age 58.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}