Information about plays

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

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

{
    "id": 3572328,
    "uri": "https://api.kexp.org/v2/plays/3572328/?format=api",
    "airdate": "2025-10-31T19:40:46-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "https://coverartarchive.org/release/a15c155a-64a1-405e-b173-5c6395180ea0/22153189576-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a15c155a-64a1-405e-b173-5c6395180ea0/22153189576-250.jpg",
    "song": "Bemba colorá (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Celia Cruz & Friends: A Night of Salsa",
    "release_id": null,
    "release_group_id": "826938de-b7ec-3999-9161-a0cad3a9b36a",
    "labels": [],
    "label_ids": [],
    "release_date": "2000-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celia Cruz had a strong Afro-Cuban connection evident in her music, cultural identity, and personal history, which included her African heritage traced to the Balanta people of Guinea-Bissau. Her music celebrated Afro-Caribbean expression through rhythms like the bata cubana, her trademark phrase \"Azúcar\" acknowledged the history of enslaved people on Cuban sugar plantations, and she was a pioneering Afro-Latina icon who gained global recognition for her vibrant performances.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}