Information about plays

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

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

{
    "id": 3597701,
    "uri": "https://api.kexp.org/v2/plays/3597701/?format=api",
    "airdate": "2025-12-29T19:13:06-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luciérnagas en los manglares",
    "track_id": null,
    "recording_id": null,
    "artist": "Oksana Linde",
    "artist_ids": [],
    "album": "Travesías",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Buh Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The best of 2025: “Luciérnagas en los manglares” (Fireflies in the Mangroves) is an instrumental piece composed by Oksana Linde in the 1980s, using analog synthesizers in her private studio in San Antonio de Los Altos, Venezuela. It is part of the album “Travesías,” released in 2025 by Buh Records. The work of this great Venezuelan composer has been rescued after decades, bringing back to the world musical pieces that are both luminous and dark and introspective. \n***\nLo mejor de 2025: «Luciérnagas en los manglares» es una pieza instrumental compuesta por Oksana Linde en la década de 1980, utilizando sintetizadores analógicos en su estudio privado de San Antonio de Los Altos, Venezuela. Forma parte del álbum «Travesías», publicado en 2025 por Buh Records. La obra de esta gran compositora venezolana ha sido rescatada después de décadas, devolviendo al mundo piezas musicales luminosas, así como oscuras e introspectivas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}