Information about plays

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

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

{
    "id": 3624792,
    "uri": "https://api.kexp.org/v2/plays/3624792/?format=api",
    "airdate": "2026-03-03T11:38:01-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Panna Cotta Delight",
    "track_id": "ecdaf1ce-102a-4d01-b1a1-1f666dc71128",
    "recording_id": "f1bfaf6f-086f-4fc7-ab5a-14fb02c708e8",
    "artist": "Peaches",
    "artist_ids": [
        "270acfee-1fbe-413e-a0a8-6a35a8b3b66c"
    ],
    "album": "No Lube So Rude",
    "release_id": "a337e781-cec1-4785-854e-ef562430e509",
    "release_group_id": "d9e0fc07-8d09-4083-9af8-b997a871033d",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2026-02-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Canadian artist Merrill Beth Nisker, known as Peaches, will be at Seattle's Showbox on Saturday, March 14th. Performing at The Midway in SF on Thursday, March 19th.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}