Information about plays

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

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

{
    "id": 3539045,
    "uri": "https://api.kexp.org/v2/plays/3539045/?format=api",
    "airdate": "2025-08-12T06:07:18-07:00",
    "show": 64268,
    "show_uri": "https://api.kexp.org/v2/shows/64268/?format=api",
    "image_uri": "https://ia802900.us.archive.org/18/items/mbid-8d8bd2c6-f879-48a2-b632-fcce973df5f6/mbid-8d8bd2c6-f879-48a2-b632-fcce973df5f6-24106329469_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/18/items/mbid-8d8bd2c6-f879-48a2-b632-fcce973df5f6/mbid-8d8bd2c6-f879-48a2-b632-fcce973df5f6-24106329469_thumb250.jpg",
    "song": "Cherry‐Coloured Funk",
    "track_id": "efa9ed9a-b51c-331a-b4e9-27feada6bb7f",
    "recording_id": "6493b1ac-87ca-4da5-8eaa-db254186e702",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "8d8bd2c6-f879-48a2-b632-fcce973df5f6",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1990, Heaven or Las Vegas was Cocteau Twins' most commercially successful release, reaching number seven in the UK album charts. Numerous publications have since declared it one of the best albums of the 90s, Pitchfork calling it “a core of ungodly gorgeous songs that is every bit as moving and relevant today as it ever was.” https://4ad.com/releases/71",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}