Information about plays

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

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

{
    "id": 3628328,
    "uri": "https://api.kexp.org/v2/plays/3628328/?format=api",
    "airdate": "2026-03-13T05:58:30-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/335a55f6-1391-4425-9ac1-f3a711ab7de0/8526354579-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/335a55f6-1391-4425-9ac1-f3a711ab7de0/8526354579-250.jpg",
    "song": "Where I’m From",
    "track_id": null,
    "recording_id": "11e1c34c-bec3-41c9-92a3-ee94b8a712e7",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": null,
    "release_group_id": "2836fcb0-2fd3-3de8-b7cc-53141d666894",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group have said their name comes from the idea that “every individual is a planet,” and “Where I’m From” is where you hear that most clearly: each verse feels like its own little world, but all three orbits lock into one groove, offering a peaceful, Afrocentric counterpoint to the early‑’90s gangsta‑rap mainstream.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}