Information about plays

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

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

{
    "id": 3597729,
    "uri": "https://api.kexp.org/v2/plays/3597729/?format=api",
    "airdate": "2025-12-29T20:49:46-08:00",
    "show": 65510,
    "show_uri": "https://api.kexp.org/v2/shows/65510/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "SABES QUÉ",
    "track_id": null,
    "recording_id": null,
    "artist": "Natalia Lacunza",
    "artist_ids": [
        "3e3a67ad-cc26-4edf-8925-12bdbc571486"
    ],
    "album": "N2STAL5IA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best of 2025: This is Natalia's second album, \"highly solid and deeply good\". From the production to the lyrics and concept, Lacunza recreates her emotional world of love, friendship, and loss from a more mature and equally magical generational perspective.\n***\nLo mejor del 2025: Este es el segundo album de Natalia, altamente solido y profundamente bueno. Desde la produccion a las letras y el concepto, Lacunza recrea su mundo emocional de amor, amistad y pérdida desde un lugar generacional mas maduro e igualmente magico.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}