Information about plays

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

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

{
    "id": 3613509,
    "uri": "https://api.kexp.org/v2/plays/3613509/?format=api",
    "airdate": "2026-02-05T10:54:21-08:00",
    "show": 65846,
    "show_uri": "https://api.kexp.org/v2/shows/65846/?format=api",
    "image_uri": "https://ia801200.us.archive.org/27/items/mbid-3cac3754-701c-3390-9064-2241f9c22bb6/mbid-3cac3754-701c-3390-9064-2241f9c22bb6-38266171273_thumb500.jpg",
    "thumbnail_uri": "https://ia801200.us.archive.org/27/items/mbid-3cac3754-701c-3390-9064-2241f9c22bb6/mbid-3cac3754-701c-3390-9064-2241f9c22bb6-38266171273_thumb250.jpg",
    "song": "Champagne Supernova",
    "track_id": "e8444401-c74d-317c-a84c-32cfe108e87f",
    "recording_id": "cc7bbb28-20fa-4173-8eae-11cbc536c285",
    "artist": "Oasis",
    "artist_ids": [
        "39ab1aed-75e0-4140-bd47-540276886b60"
    ],
    "album": "(What’s the Story) Morning Glory?",
    "release_id": "3cac3754-701c-3390-9064-2241f9c22bb6",
    "release_group_id": "cc7e6348-cc55-31fa-aeb2-748a46a81cb3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1995-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "During the recording of “Champagne Supernova,” Noel Gallagher brought in Paul Weller (of The Jam and Style Council) to play the lead guitar solo — and Noel specifically told him not to play anything flashy. Weller was asked to improvise something slow, melodic, and almost sleepy, which is why the solo feels like it’s drifting rather than exploding. It’s a big reason the song has that hazy, floating, end-of-the-night vibe instead of a big Britpop climax.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}