Information about plays

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

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

{
    "id": 3538868,
    "uri": "https://api.kexp.org/v2/plays/3538868/?format=api",
    "airdate": "2025-08-11T20:35:14-07:00",
    "show": 64265,
    "show_uri": "https://api.kexp.org/v2/shows/64265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oye como va",
    "track_id": null,
    "recording_id": null,
    "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": null,
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ENGLISH\nOriginally 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***\nESPAÑOL\nOye 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"
}