Information about plays

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

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

{
    "id": 3629749,
    "uri": "https://api.kexp.org/v2/plays/3629749/?format=api",
    "airdate": "2026-03-16T12:51:30-07:00",
    "show": 66198,
    "show_uri": "https://api.kexp.org/v2/shows/66198/?format=api",
    "image_uri": "https://coverartarchive.org/release/239ae1fa-b0bf-4952-bab0-0c9f42ab9a0d/43650711887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/239ae1fa-b0bf-4952-bab0-0c9f42ab9a0d/43650711887-250.jpg",
    "song": "Killer Tofu (extended mix)",
    "track_id": null,
    "recording_id": "227bc790-b397-4532-a1ba-eb91bd3478ed",
    "artist": "Doug & the Beets",
    "artist_ids": [
        "73f4e28f-e12c-4f22-8f00-eda32fa3b564"
    ],
    "album": "Songs From Bluffington",
    "release_id": null,
    "release_group_id": "76026e76-004f-4a84-9531-1939b32de2b5",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch out for the Killer Tofu!\n\nSongs From Bluffington is a tribute album by Doug & The Beets. The band is composed of Long Island natives Chris Wall, David Kaplan & Matthew Fox, who came together to pay tribute to their favorite songs from Bluffington (a town in Nickelodeon show 'Doug'), which otherwise were never commercially released. https://bit.ly/46ZXQJ9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}