Information about plays

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

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

{
    "id": 3665244,
    "uri": "https://api.kexp.org/v2/plays/3665244/?format=api",
    "airdate": "2026-06-08T06:13:54-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://ia801406.us.archive.org/17/items/mbid-2e8e5d69-992e-4dca-adce-44890a2aa95b/mbid-2e8e5d69-992e-4dca-adce-44890a2aa95b-45296677608_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-2e8e5d69-992e-4dca-adce-44890a2aa95b/mbid-2e8e5d69-992e-4dca-adce-44890a2aa95b-45296677608_thumb250.jpg",
    "song": "For the Sake of It",
    "track_id": "b1e65dd4-6e3e-4b7d-bf5d-c5fbf8cf5b1e",
    "recording_id": "34c53f5f-ef01-4b01-8167-5665656820da",
    "artist": "Russian Blue",
    "artist_ids": [
        "b70cfa80-08b9-4eec-8cb5-1fe57cffc5ab"
    ],
    "album": "For the Sake of It",
    "release_id": "2e8e5d69-992e-4dca-adce-44890a2aa95b",
    "release_group_id": "a5d4bee4-f47f-42de-83f4-30f6063702c1",
    "labels": [
        "Pegasus Theory"
    ],
    "label_ids": [
        "db41c19d-7060-47b6-a05c-b74aa76dc10e"
    ],
    "release_date": "2026-05-20",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Tractor Tavern in Seattle on June 12.\n\n\"Indie/alt-rock group haling from the Seattle, WA area with an eclectic and often unpredictable sound.\"\n\nhttps://russianbluetheband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}