Information about plays

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

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

{
    "id": 3636348,
    "uri": "https://api.kexp.org/v2/plays/3636348/?format=api",
    "airdate": "2026-04-01T07:11:31-07:00",
    "show": 66336,
    "show_uri": "https://api.kexp.org/v2/shows/66336/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb250.jpg",
    "song": "Neon Signs",
    "track_id": "4d721e5b-25a7-4499-a952-12a108b6b853",
    "recording_id": "93dd70e7-3c22-45b6-b06e-7c5b68d5bbf0",
    "artist": "The Weather Station",
    "artist_ids": [
        "eda7da10-0b65-41df-ac36-9c83b7017f7a"
    ],
    "album": "Humanhood",
    "release_id": "01255a37-9511-46f6-8bf5-b7c0430b219d",
    "release_group_id": "7653f4bc-3293-4195-8d66-b2e8701fee8c",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Weather Station is the project of Toronto based songwriter Tamara Lindeman. As a writer, Lindeman is known for her detail. “Her writing can feel … like the collected epiphanies from a lifetime of observing” (Pitchfork).  \n\nThe Weather Station performed live on KEXP back in February 2022. Check out the live performance on YouTube: https://tinyurl.com/3maeb4dn\n\nhttps://theweatherstation.bandcamp.com\nhttps://www.theweatherstation.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}