Information about plays

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

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

{
    "id": 3561635,
    "uri": "https://api.kexp.org/v2/plays/3561635/?format=api",
    "airdate": "2025-10-05T13:25:16-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?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": "Santana",
    "artist_ids": [
        "9a3bf45c-347d-4630-894d-7cf3e8e0b632"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": "43424c73-fc58-36b0-b9cf-f8b057ac0603",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#672\n\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\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}