Information about plays

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

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

{
    "id": 3630097,
    "uri": "https://api.kexp.org/v2/plays/3630097/?format=api",
    "airdate": "2026-03-17T07:52:48-07:00",
    "show": 66205,
    "show_uri": "https://api.kexp.org/v2/shows/66205/?format=api",
    "image_uri": "https://dn720700.ca.archive.org/0/items/mbid-97c1cfd7-cf08-4581-9f8d-faa9ecab0495/mbid-97c1cfd7-cf08-4581-9f8d-faa9ecab0495-22265676843_thumb500.jpg",
    "thumbnail_uri": "https://dn720700.ca.archive.org/0/items/mbid-97c1cfd7-cf08-4581-9f8d-faa9ecab0495/mbid-97c1cfd7-cf08-4581-9f8d-faa9ecab0495-22265676843_thumb250.jpg",
    "song": "Headlong",
    "track_id": "2fe24ff4-0c7d-3457-af7f-38e800eb80a7",
    "recording_id": "99ddef36-7c86-45d4-8e98-925cf94a7847",
    "artist": "The Frames",
    "artist_ids": [
        "c2f28620-9372-4af4-b961-cc4b9e44d60d"
    ],
    "album": "For the Birds",
    "release_id": "97c1cfd7-cf08-4581-9f8d-faa9ecab0495",
    "release_group_id": "0961b8da-65dd-3b3d-b5f5-4e141251c566",
    "labels": [
        "Overcoat Recordings"
    ],
    "label_ids": [
        "bae697aa-f46e-4507-8055-d16917cd1a3b"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded by Steve Albini, Craig Ward and David Odlum at Electrical Audio. \n\nThe Frames are an Irish rock band based in Dublin. Founded in 1990 by Glen Hansard (of Once fame), the band has been influential in the Dublin rock music scene. The group has released six studio albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}