Information about plays

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

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

{
    "id": 3625003,
    "uri": "https://api.kexp.org/v2/plays/3625003/?format=api",
    "airdate": "2026-03-04T00:05:23-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://dn710309.ca.archive.org/0/items/mbid-0d417e94-0bb5-4cb9-8613-3831a82cf8fa/mbid-0d417e94-0bb5-4cb9-8613-3831a82cf8fa-43949432386_thumb500.jpg",
    "thumbnail_uri": "https://dn710309.ca.archive.org/0/items/mbid-0d417e94-0bb5-4cb9-8613-3831a82cf8fa/mbid-0d417e94-0bb5-4cb9-8613-3831a82cf8fa-43949432386_thumb250.jpg",
    "song": "AAA",
    "track_id": "55b77964-b7d0-405b-b64e-9331ea3c3bae",
    "recording_id": "a30b18ec-39b9-406c-8d5b-f317ef278556",
    "artist": "Great Ooze",
    "artist_ids": [
        "8c6e5764-580b-49c7-90fd-35717cafc94a"
    ],
    "album": "The Vast and Howling Wilderness",
    "release_id": "0d417e94-0bb5-4cb9-8613-3831a82cf8fa",
    "release_group_id": "4201c731-e5b7-4244-82cf-3a0752841411",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great Ooze is: Andy Jones, James Madson, Caleb Kerns,  and Landon Welsh.\n\nGo here to purchase the 8-song album, \"The Vast and Howling Wilderness,\" released on January 30th by Seattle band Great Ooze: \n\nhttps://greatooze.bandcamp.com/album/the-vast-and-howling-wilderness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}