Information about plays

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

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

{
    "id": 3582500,
    "uri": "https://api.kexp.org/v2/plays/3582500/?format=api",
    "airdate": "2025-11-24T20:51:39-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Camino A Ninguna Parte",
    "track_id": null,
    "recording_id": null,
    "artist": "Los Estrambóticos",
    "artist_ids": [
        "38e0dff5-0c27-4768-9318-324406342299"
    ],
    "album": "Piel de banqueta",
    "release_id": null,
    "release_group_id": "60866c70-37f2-49bf-a7fa-ad3460d1cdcd",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A 90s Mexico City staple that fuses ska propulsion with alt-rock grit. Guitars upstroke against nimble bass, brass hits punch accents, and the vocal rides a street-wise melody that flips resignation into motion. The chorus arrives as communal release—simple phrasing, mass-chant cadence—while the arrangement toggles tension with half-time feints and drum-fill ladders. Recorded hot but legible, it keeps the bounce elastic and the hook indelible. It’s a snapshot of a scene and an era that still lights floors.\nListen: https://open.spotify.com/intl-es/track/7CeSz4l0d2km0tz27lixnJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}