Information about plays

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

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

{
    "id": 3656865,
    "uri": "https://api.kexp.org/v2/plays/3656865/?format=api",
    "airdate": "2026-05-19T14:33:33-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://coverartarchive.org/release/69b2bdd2-3127-4c27-a646-14bf5bab5103/34360684699-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/69b2bdd2-3127-4c27-a646-14bf5bab5103/34360684699-250.jpg",
    "song": "Love Is Something",
    "track_id": null,
    "recording_id": "94b9b978-56ba-417b-9eeb-abeb67004b08",
    "artist": "The Brides of Funkenstein",
    "artist_ids": [
        "e48cbe61-1bf5-4af4-aca7-70f9f0f74f1c"
    ],
    "album": "George Clinton Family Series, Part 3: P is the Funk",
    "release_id": null,
    "release_group_id": "65da31fb-6020-3a34-9ef9-810ce7e519f5",
    "labels": [
        "Essential! Records"
    ],
    "label_ids": [
        "9351301f-8a99-41f3-96f5-9aac14bf7ac7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://georgeclinton.com/audio/george-clinton-p-funk-all-stars-%E2%80%8E-the-best/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}