Information about plays

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

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

{
    "id": 3582510,
    "uri": "https://api.kexp.org/v2/plays/3582510/?format=api",
    "airdate": "2025-11-24T21:26:20-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "benidorm",
    "track_id": null,
    "recording_id": null,
    "artist": "Demencia Infantil",
    "artist_ids": [],
    "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": "Spiky, hook-forward punk that swaps brute force for wiry momentum. A trebly guitar motif nags the verse while the rhythm section sprints without smearing; the chorus pivots to a chant that feels inevitable by the second pass. Production rides hot but legible—vocals up, cymbal wash tamed—so the song’s shape reads clearly at speed. Proof that brevity and bite still rule when the writing’s sharp.\nListen: https://www.amazon.com/-/es/Demencia-Infantil/dp/B0FH3MZJ1P",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}