Information about plays

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

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

{
    "id": 3598587,
    "uri": "https://api.kexp.org/v2/plays/3598587/?format=api",
    "airdate": "2025-12-31T21:42:30-08:00",
    "show": 65527,
    "show_uri": "https://api.kexp.org/v2/shows/65527/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oye Como Va",
    "track_id": null,
    "recording_id": "2e7c1ef5-1159-408e-b2fe-df52daaf8649",
    "artist": "Carlos Santana",
    "artist_ids": [
        "f7fda030-0ba1-42e9-a385-3deebc939bc9"
    ],
    "album": "Abraxas",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1970-01-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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}