Information about plays

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

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

{
    "id": 3657394,
    "uri": "https://api.kexp.org/v2/plays/3657394/?format=api",
    "airdate": "2026-05-20T22:03:46-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/ddff1e07-b2c1-44b5-b78b-5f86e39b4207/25694828773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ddff1e07-b2c1-44b5-b78b-5f86e39b4207/25694828773-250.jpg",
    "song": "Summer Blue",
    "track_id": null,
    "recording_id": "bdb969f1-0955-4c8a-a98c-212ed9deb2a7",
    "artist": "BREAD & BUTTER",
    "artist_ids": [
        "18249cb4-2ce4-42d3-9c95-70f9ba63bdbb"
    ],
    "album": "Late Late Summer",
    "release_id": null,
    "release_group_id": "b0737491-36fe-407d-a3a7-71edc62db055",
    "labels": [
        "Alfa"
    ],
    "label_ids": [
        "88d192e4-40d2-44e1-a3f1-4b7c79a456cb"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smooth fifth record from this Japanese duo featured the YMO boys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}