Information about plays

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

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

{
    "id": 3604516,
    "uri": "https://api.kexp.org/v2/plays/3604516/?format=api",
    "airdate": "2026-01-15T03:25:10-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ritmo Eterno",
    "track_id": null,
    "recording_id": null,
    "artist": "Lucha Luna",
    "artist_ids": [],
    "album": "Brilla Brilla",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lucha Luna is a new Seattle duo mixing Latin percussion, heavy bass, punk vocals and reggaeton flows into an energetic expression of joy and rage. It's composed of Eva Vazquez (Toxic Tears, Savi) and Thomas Arndt (Day Soul Exquisite, Another Magic). -- They are celebrating their album release with a party at Seattle's Baba Yaga on Friday, January 16, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}