Information about plays

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

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

{
    "id": 3592014,
    "uri": "https://api.kexp.org/v2/plays/3592014/?format=api",
    "airdate": "2025-12-16T20:57:13-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sexo, Violencia y Llantas",
    "track_id": null,
    "recording_id": null,
    "artist": "ROSALÍA",
    "artist_ids": [],
    "album": "LUX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is album is inspired by all sorts of global musics to say the least. Here we have an album written in Spanish and Catalan, blending pop, rap and classical opera, with riffs in 12 other languages including Latin, Arabic, Sicilian and Hebrew, inspired by a veritable girl gang of mystics, saints and icons from various faiths – from Teresa of Avila, to the Buddhist nun Vimala, via Simone Weil and the Old Testament prophetess Miriam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}