Information about plays

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

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

{
    "id": 3638089,
    "uri": "https://api.kexp.org/v2/plays/3638089/?format=api",
    "airdate": "2026-04-05T07:36:05-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spottieottiedopaliscious",
    "track_id": null,
    "recording_id": "2df1a56f-9e51-40d2-9e34-ae3042141611",
    "artist": "Champagne Bubblebath",
    "artist_ids": [
        "1bbf9eb2-240e-49ee-9fb8-d6cc55f3c6c6"
    ],
    "album": "Mixtape: Volume One",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet OutKast cover featured on the debut album by Champagne Bubblebath, a new Seattle-based instrumental outfit created by Polyrhythmics drummer Grant Schroff and joined here by his Polyrhythmics bandmates Ben Bloom (guitar) and Jason Gray (bass) as well as legendary Seattle guitarist Jimmy James (True Loves, Parlor Greens) ~ https://champagnebubblebath.bandcamp.com/album/mixtape-volume-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}