Information about plays

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

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

{
    "id": 3570594,
    "uri": "https://api.kexp.org/v2/plays/3570594/?format=api",
    "airdate": "2025-10-27T11:07:49-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia803206.us.archive.org/32/items/mbid-4b256c26-7e87-4959-babc-8b3e320402ed/mbid-4b256c26-7e87-4959-babc-8b3e320402ed-14928857919_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/32/items/mbid-4b256c26-7e87-4959-babc-8b3e320402ed/mbid-4b256c26-7e87-4959-babc-8b3e320402ed-14928857919_thumb250.jpg",
    "song": "Up on Cripple Creek",
    "track_id": "fa3a48f0-ac12-3331-8984-547b9986e0ca",
    "recording_id": "8e2ed3dd-b5f9-4709-b956-c6aa442d8188",
    "artist": "The Band",
    "artist_ids": [
        "8c90ad8c-9150-4c51-a1eb-342232e99d06"
    ],
    "album": "The Band",
    "release_id": "4b256c26-7e87-4959-babc-8b3e320402ed",
    "release_group_id": "ea337405-285f-3846-9049-5e3addf149fc",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robbie Robertson was the songwriter for \"Up on Cripple Creek.\" It's one of the first instances of a Hohner clavinet being played with a wah-wah pedal. The riff can be heard after each chorus of the song. The clavinet (like a piano, sounds like an electric guitar), especially in tandem with a wah-wah pedal, was a sound that became famous in the early to mid-1970s, especially in funk music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}