Information about plays

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

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

{
    "id": 3553283,
    "uri": "https://api.kexp.org/v2/plays/3553283/?format=api",
    "airdate": "2025-09-15T07:12:26-07:00",
    "show": 64569,
    "show_uri": "https://api.kexp.org/v2/shows/64569/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f149bc-b826-423b-9c2a-3c10aac3836a/13324104853-250.jpg",
    "song": "Oye como va",
    "track_id": null,
    "recording_id": "30634c77-127f-407c-b1f0-8432332afe73",
    "artist": "Tito Puente, Carlos Santana",
    "artist_ids": [
        "f19ad155-d809-4770-ab8d-7579467d9f55",
        "f7fda030-0ba1-42e9-a385-3deebc939bc9"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": "43424c73-fc58-36b0-b9cf-f8b057ac0603",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written and recorded by Tito Puente in 1963, “Oye Cómo Va” was reimagined by Carlos Santana in 1970, becoming a global hit. In a symbolic full-circle moment, Santana reunited with Puente for a new version on the 1990 album Amigos. This collaboration bridged Latin jazz and rock once again, honoring the roots of a song that helped bring Latin rhythms into mainstream rock history.\n Oye Cómo Va”, compuesta e interpretada originalmente por Tito Puente en 1963, fue reinventada por Carlos Santana en 1970 y se convirtió en un éxito mundial. En un gesto simbólico, Santana se reunió con Puente para grabar una nueva versión en su álbum Amigos de 1990. Esta colaboración volvió a unir el jazz latino con el rock, rindiendo homenaje a una canción clave en la historia de los ritmos latinos en el rock global.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}