Information about plays

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

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

{
    "id": 3559353,
    "uri": "https://api.kexp.org/v2/plays/3559353/?format=api",
    "airdate": "2025-09-29T21:28:26-07:00",
    "show": 64703,
    "show_uri": "https://api.kexp.org/v2/shows/64703/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siempre Me Cuesta Regresar",
    "track_id": null,
    "recording_id": null,
    "artist": "La Texana",
    "artist_ids": [
        "6f78b9dc-f0ca-406b-a6af-5c96d926ace5"
    ],
    "album": null,
    "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": "“Siempre me cuesta regresar” by La Texana is a raw, emotional track that leans into themes of uncertainty, pressure, and emotional weight. The lyrics speak of cold hands, anxious returns, and the struggle of confronting one’s own reflection. It's a song about the difficulty of going back—whether to a place, a feeling, or a version of oneself. The production is minimal but effective, letting the vocals carry the tension and vulnerability. It builds slowly, not to explode, but to simmer—capturing a moment of internal reckoning that refuses to resolve easily.\n\nListen or buy on Bandcamp:\nhttps://latexana.bandcamp.com/track/siempre-me-cuesta-regresar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}