Information about plays

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

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

{
    "id": 3564665,
    "uri": "https://api.kexp.org/v2/plays/3564665/?format=api",
    "airdate": "2025-10-13T19:09:03-07:00",
    "show": 64828,
    "show_uri": "https://api.kexp.org/v2/shows/64828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La crecida",
    "track_id": null,
    "recording_id": "92498cdd-0239-4f88-8dd9-60765a15f792",
    "artist": "Los Espíritus",
    "artist_ids": [
        "7e31bb02-301c-4568-80f1-e63d7a2c277a"
    ],
    "album": "Gratitud",
    "release_id": null,
    "release_group_id": "31ecaeb2-7ea6-43b9-9aee-09c550488db5",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Espíritus are an Argentine rock band blending blues, psychedelia, and Latin rhythms. “La Crecida,” from their 2017 album Agua Ardiente, features hypnotic percussion, bluesy guitar lines, and socially aware lyrics. The song reflects on social and environmental imbalance, using natural imagery as metaphor. The band’s earthy, groove-based sound has made them a standout in South America’s contemporary rock scene. “La Crecida” exemplifies their mix of rhythmic exploration and grounded songwriting.\u2028Listen: https://open.spotify.com/track/2RPviFbcjzLqebkH91kvPy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}