Information about plays

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

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

{
    "id": 3615472,
    "uri": "https://api.kexp.org/v2/plays/3615472/?format=api",
    "airdate": "2026-02-09T21:36:20-08:00",
    "show": 65891,
    "show_uri": "https://api.kexp.org/v2/shows/65891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lobo-Hombre En Paris",
    "track_id": null,
    "recording_id": "f2de357b-d277-45ce-9fc1-addaf439a939",
    "artist": "La Unión",
    "artist_ids": [
        "c4cc2564-afdf-4c62-86b3-68a49ac42ec1"
    ],
    "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": "Released in 1984, Lobo‑Hombre en París is the signature hit from Spanish synth-pop band La Unión, and it remains a staple of ’80s rock en español. The song tells a surreal tale inspired by a Boris Vian story: under a full moon in Paris, a man named Denis is transformed into a werewolf. Through moody bangs of synth, haunting vocals, and evocative lyrics, the track captures a dreamy yet ominous mood. It became a commercial smash — topping the Spanish charts and earning a gold record.\n\nListen on YouTube: https://www.youtube.com/watch?v=U6Bu3DW06lU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}