Information about plays

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

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

{
    "id": 3553054,
    "uri": "https://api.kexp.org/v2/plays/3553054/?format=api",
    "airdate": "2025-09-14T18:17:20-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mi Chico Favorito",
    "track_id": null,
    "recording_id": "4745213d-217a-438b-ae4e-c5857de7a9b8",
    "artist": "Susana Estrada",
    "artist_ids": [],
    "album": "Historias Inconfesables",
    "release_id": null,
    "release_group_id": "29fe0bec-ec20-4533-8c94-b6f705e985c6",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Susana Estrada released \"Mi Chico Favorito\" on the 1981 album Historias Inconfesables. \nSusana Estrada is a Spanish actress, vedette, and singer. She is considered one of the most uninhibited and provocative sex symbols from the era of the Spanish transition to democracy, and one of the most prominent actresses of \"uncovered cinema\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}