Information about plays

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

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

{
    "id": 3559354,
    "uri": "https://api.kexp.org/v2/plays/3559354/?format=api",
    "airdate": "2025-09-29T21:34:00-07:00",
    "show": 64703,
    "show_uri": "https://api.kexp.org/v2/shows/64703/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ay qué pesado",
    "track_id": null,
    "recording_id": "f76ae801-49d4-44de-87ff-7a7c3071e94d",
    "artist": "Mecano",
    "artist_ids": [
        "3be5dee4-5fa6-45a5-97c2-98914580bafa"
    ],
    "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": "“Ay, Qué Pesado” by Mecano is a mid‑tempo synth‑pop track that reflects on the weight of nostalgia and the difficulty of letting go. It confronts the listener with persistent memories and emotional wounds, urging release and forward movement. The vocals by Ana Torroja carry both frustration and tenderness, wrapping the song in a mix of melancholy and hope. The melody and arrangement maintain balance — not too dark, not overly bright — allowing the lyrics’ introspection to sink in without overwhelming the listener.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}