Information about plays

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

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

{
    "id": 3541777,
    "uri": "https://api.kexp.org/v2/plays/3541777/?format=api",
    "airdate": "2025-08-18T20:32:55-07:00",
    "show": 64326,
    "show_uri": "https://api.kexp.org/v2/shows/64326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Azotacalles",
    "track_id": null,
    "recording_id": null,
    "artist": "Mengers",
    "artist_ids": [
        "e0a15893-a805-4b54-b593-1ef4ab41a43a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Azotacalles” is a blistering garage-punk anthem by Mexico City trio Mengers. Over fuzz-drenched guitars and relentless drumming, the lyrics embody youthful chaos and confrontational energy. The band’s knack for mixing sharp hooks with raw distortion gives the song both immediacy and staying power. It’s fast, noisy, and urgent—perfectly capturing the band’s reputation for explosive live shows. Mengers prove once again that their noisy rock is as political as it is primal.\u2028Listen: https://mengers.bandcamp.com/track/azotacalles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}