Information about plays

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

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

{
    "id": 3541765,
    "uri": "https://api.kexp.org/v2/plays/3541765/?format=api",
    "airdate": "2025-08-18T19:47:27-07:00",
    "show": 64326,
    "show_uri": "https://api.kexp.org/v2/shows/64326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tan Grande Nada",
    "track_id": null,
    "recording_id": null,
    "artist": "Diles que no me maten",
    "artist_ids": [
        "6dfd0709-1021-4a1a-b4ba-a5a93c5b053a"
    ],
    "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": "“Tan Grande Nada” is a sprawling post-punk track drenched in melancholy. Echoing guitars and a steady bass groove build a soundscape that feels vast yet suffocating, mirroring the lyrical themes of emptiness and disillusionment. The vocals carry restrained anguish, pulling the listener into a heavy emotional orbit. It’s immersive and atmospheric, a standout piece that demonstrates the band’s mastery of mood and narrative.\u2028Listen: https://dilesquenomematen.bandcamp.com/track/tan-grande-nada",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}