Information about plays

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

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

{
    "id": 3564670,
    "uri": "https://api.kexp.org/v2/plays/3564670/?format=api",
    "airdate": "2025-10-13T19:31:00-07:00",
    "show": 64828,
    "show_uri": "https://api.kexp.org/v2/shows/64828/?format=api",
    "image_uri": "https://coverartarchive.org/release/3de5d9e1-8ad3-4937-b0cc-42fbf1e93fe1/8251752071-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3de5d9e1-8ad3-4937-b0cc-42fbf1e93fe1/8251752071-250.jpg",
    "song": "People of The Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Rage Against the Machine",
    "artist_ids": [
        "3798b104-01cb-484c-a3b0-56adc6399b80"
    ],
    "album": "Evil Empire",
    "release_id": null,
    "release_group_id": "15dc62d4-9c86-432c-92fd-c469808f24bc",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "People of the Sun is a blistering two-minute blast of resistance, raw energy, and revolutionary urgency. Rage Against The Machine fuse militant lyrics with a stripped-down, funk-metal groove, led by Tom Morello’s signature guitar scratches and Zack de la Rocha’s fiery vocal delivery. The song spotlights the plight of Indigenous peoples and critiques U.S. imperialism, especially in Latin America, making it both politically charged and emotionally resonant. It’s concise yet uncompromising, with each beat and word pushing against complacency. A standout track from Evil Empire, it remains a fierce anthem of rebellion that still punches hard decades later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}