Information about plays

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

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

{
    "id": 3653567,
    "uri": "https://api.kexp.org/v2/plays/3653567/?format=api",
    "airdate": "2026-05-11T21:54:24-07:00",
    "show": 66694,
    "show_uri": "https://api.kexp.org/v2/shows/66694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Las flores",
    "track_id": null,
    "recording_id": "1bb2421a-0c05-41be-ad38-36133a0d03f5",
    "artist": "Café Tacvba",
    "artist_ids": [
        "c2b37a39-c66a-44b2-b190-a69485ae5d95"
    ],
    "album": "Re",
    "release_id": null,
    "release_group_id": "05548ae5-6e3d-3e7b-baee-5e03a80fe5d2",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Café Tacvba’s “Las Flores” is one of the defining songs of Latin alternative rock, blending emotional vulnerability with inventive, genre-bending production. Released in 1992 on their self-titled debut album Café Tacvba, the track helped establish the band as key figures in Mexico’s emerging rock en español movement. Built around shimmering guitar lines, dynamic rhythm shifts, and Rubén Albarrán’s expressive vocal delivery, the song moves between tenderness and intensity while exploring themes of love, memory, and emotional contradiction. Its structure resists convention, unfolding with a fluidity that mirrors the unpredictability of feeling itself, making “Las Flores” both intimate and enduringly influential in the band’s catalog.\n\nListen: https://open.spotify.com/search/cafe%20tacvba%20las%20flores",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}