Information about plays

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

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

{
    "id": 3553478,
    "uri": "https://api.kexp.org/v2/plays/3553478/?format=api",
    "airdate": "2025-09-15T19:13:11-07:00",
    "show": 64573,
    "show_uri": "https://api.kexp.org/v2/shows/64573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbia Gabacha",
    "track_id": null,
    "recording_id": null,
    "artist": "Alberto Pedraza",
    "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": "“Cumbia Gabacha” by Alberto Pedraza  is a spirited anthem that bridges borders with rhythm and storytelling. The track pulses at about 95 BPM in G major, weaving classic sonidera cumbia with fresh vocal textures and production flourishes. \nMusicstax\n From the lyrics, you get images of longing and nostalgia, especially for gatherings and the warmth of home (“las tardeadas del Distrito Federal”), mingled with pride in how cumbia thrives across places like Georgia, California, New York. \n\nSpotify link: https://open.spotify.com/track/6957xIBqqc4QFsddhHXDC0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}