Information about plays

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

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

{
    "id": 3638776,
    "uri": "https://api.kexp.org/v2/plays/3638776/?format=api",
    "airdate": "2026-04-06T20:51:41-07:00",
    "show": 66386,
    "show_uri": "https://api.kexp.org/v2/shows/66386/?format=api",
    "image_uri": "https://coverartarchive.org/release/30901710-a429-4eae-bd22-e8de6d77270f/34012526477-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30901710-a429-4eae-bd22-e8de6d77270f/34012526477-250.jpg",
    "song": "Siguiendo la luna",
    "track_id": null,
    "recording_id": "73ddbe84-c3f2-48db-937b-71afb6265e14",
    "artist": "Los Fabulosos Cadillacs",
    "artist_ids": [
        "cfe85625-10af-46c1-99fb-765ed3a4f1ad"
    ],
    "album": "El león",
    "release_id": null,
    "release_group_id": "05d00a7c-3f15-315e-bf4f-dcd9795af607",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1992-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*El Sonido Special Edition: All-Time Latin American & Ibero-American Rock*\n'El Ritmo Mundial,' released in 1988 is the third studio album of the Argentine ska and pop rock band Los Fabulosos Cadillacs. Recorded and released in 1988, in this album the band expands their musical range. This track originally appears on El León, released in 1992. http://www.fabulosos-cadillacs.com/\n***\n*El Sonido Edición Especial: Lo mejor del rock latinoamericano e iberoamericano de todos los tiempos*\n*El Ritmo Mundial*, lanzado en 1988, es el tercer álbum de estudio de la banda argentina de ska y pop rock Los Fabulosos Cadillacs. Grabado y publicado en 1988, el grupo amplía su abanico musical en este álbum. Esta canción aparece originalmente en el álbum *El León*, del 1992. http://www.fabulosos-cadillacs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}