Information about plays

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

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

{
    "id": 3564706,
    "uri": "https://api.kexp.org/v2/plays/3564706/?format=api",
    "airdate": "2025-10-13T21:31:14-07:00",
    "show": 64828,
    "show_uri": "https://api.kexp.org/v2/shows/64828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El condor pasa",
    "track_id": null,
    "recording_id": "dff76b78-e401-43f5-87de-c9d914c29d77",
    "artist": "Los Incas",
    "artist_ids": [
        "19012064-4ec4-4c41-914f-9677108652f2"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Incas’ rendition of El Cóndor Pasa is a haunting, deeply moving interpretation of the iconic Andean folk piece. With traditional instruments like the quena, charango, and zampona, the group captures the vast emotional range of the melody — from quiet melancholy to soaring transcendence. Their arrangement is minimalist yet rich, letting the melody breathe like mountain air. Originally composed by Daniel Alomía Robles, this version helped introduce the song to the world stage, later influencing artists like Simon & Garfunkel. Los Incas preserve its roots while elevating its spiritual, almost cinematic beauty. A timeless tribute to Andean identity and soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}