Information about plays

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

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

{
    "id": 3620796,
    "uri": "https://api.kexp.org/v2/plays/3620796/?format=api",
    "airdate": "2026-02-22T12:03:38-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Gran Varon",
    "track_id": null,
    "recording_id": "2bdf0295-e0eb-4de8-8276-38ba5554ad70",
    "artist": "Willie Colón",
    "artist_ids": [
        "f1edfbed-9315-4550-859c-599cc3fdee57"
    ],
    "album": "Idilio",
    "release_id": null,
    "release_group_id": "43a44c55-e0ec-4b27-bc87-0e43e84e0337",
    "labels": [
        "Sony Discos"
    ],
    "label_ids": [
        "c27ed569-e9aa-4627-be01-e6e7396120f0"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Willie Colón, the legendary trombonist, producer, and social activist who redefined salsa music, passed away Saturday at the age of 75. A cornerstone of the Fania Records era, Colón leaves behind a prolific legacy of more than two dozen albums that served as the heartbeat of the Puerto Rican diaspora.\n\nhttps://www.nytimes.com/2026/02/21/arts/music/willie-colon-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}