Information about plays

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

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

{
    "id": 3640681,
    "uri": "https://api.kexp.org/v2/plays/3640681/?format=api",
    "airdate": "2026-04-11T09:35:12-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c285b48-a2ee-4328-9398-d7b971272c05/5795022837-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c285b48-a2ee-4328-9398-d7b971272c05/5795022837-250.jpg",
    "song": "Great Dub in the Sky",
    "track_id": null,
    "recording_id": "5abac5ee-98e8-419f-84ad-e968d75380f2",
    "artist": "Easy Star All-Stars",
    "artist_ids": [
        "0cee95e3-a61d-4cd1-a39c-75464a05b606"
    ],
    "album": "Dub Side of the Moon",
    "release_id": null,
    "release_group_id": "b2c9532e-ec9c-3b91-b385-e666171a77a3",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dub Side of the Moon (2003) is a critically acclaimed reggae/dub tribute to Pink Floyd's The Dark Side of the Moon by the Easy Star All-Stars. Produced by Michael Goldwasser and others, it reinterprets the entire 1973 album with roots-reggae instrumentation, heavy reverb, and guest vocalists. It spent over seven years on the Billboard Reggae charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}