Information about plays

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

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

{
    "id": 3606926,
    "uri": "https://api.kexp.org/v2/plays/3606926/?format=api",
    "airdate": "2026-01-20T20:31:15-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somersaults",
    "track_id": null,
    "recording_id": null,
    "artist": "Kah‐Lo",
    "artist_ids": [
        "297188d1-2644-4ec3-968c-590e103e50ba"
    ],
    "album": "Somersaults",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lagos Way"
    ],
    "label_ids": [],
    "release_date": "2025-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kah-Lo is a Nigeria-born, London-based artist and songwriter with disco-leaning production, an elastic bassline, and lyrics that open up about giving too much of yourself: This track captures both the directness and emotional clarity that run through her work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}