Information about plays

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

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

{
    "id": 3629746,
    "uri": "https://api.kexp.org/v2/plays/3629746/?format=api",
    "airdate": "2026-03-16T12:42:49-07:00",
    "show": 66198,
    "show_uri": "https://api.kexp.org/v2/shows/66198/?format=api",
    "image_uri": "https://dn710105.ca.archive.org/0/items/mbid-66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde/mbid-66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde-43301693092_thumb500.jpg",
    "thumbnail_uri": "https://dn710105.ca.archive.org/0/items/mbid-66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde/mbid-66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde-43301693092_thumb250.jpg",
    "song": "Stay In Your Lane",
    "track_id": "ab4aa0a1-4a16-4ef1-b212-81478c17ad6b",
    "recording_id": "db170d16-2e1c-4d4f-b0bb-251e0ebdd535",
    "artist": "Courtney Barnett",
    "artist_ids": [
        "55111838-f001-494a-a1b5-9d818db85810"
    ],
    "album": "Stay In Your Lane",
    "release_id": "66c3bcaf-7cc4-4a27-b4ce-1c7c6bfd9bde",
    "release_group_id": "30c81135-87da-4767-aa48-5fc62028f434",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2025-10-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Courtney Barnett is Playing ZooTunes in Seattle on Tuesday, August 18th.  She'll be at SF's Fillmore on Wednesday and Thursday, August 26th and 27th.\n\nHer new album, \"Creature of Habit,\" will be out on March 27th. You can pre-order it right here: https://courtneybarnett.bandcamp.com/album/creature-of-habit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}