Information about plays

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

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

{
    "id": 3629229,
    "uri": "https://api.kexp.org/v2/plays/3629229/?format=api",
    "airdate": "2026-03-15T10:28:24-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/fd2366d3-0a33-4a94-a605-7ac08f1fa103/32862285214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fd2366d3-0a33-4a94-a605-7ac08f1fa103/32862285214-250.jpg",
    "song": "Mendocino",
    "track_id": null,
    "recording_id": "645e673e-2431-436f-bebc-ac32ce32e2a3",
    "artist": "Sir Douglas Quintet",
    "artist_ids": [
        "b2b3eed6-d9b2-4d1a-bf9b-0160e401720e"
    ],
    "album": "The Mono Singles '68-'72",
    "release_id": null,
    "release_group_id": "1cd4ed2f-bdad-492c-838f-c024f6eafabd",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "2011-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the Vox Continental magic of Augie Meyers whose legacy we're remembering https://www.tpr.org/arts-culture/2026-03-09/san-antonio-music-legend-augie-meyers-dies-at-85",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}