Information about plays

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

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

{
    "id": 3638305,
    "uri": "https://api.kexp.org/v2/plays/3638305/?format=api",
    "airdate": "2026-04-05T18:45:04-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/77eaeef4-1d7c-467e-bd93-f471f8c793a5/33383244882-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77eaeef4-1d7c-467e-bd93-f471f8c793a5/33383244882-250.jpg",
    "song": "Synthetic Substitution",
    "track_id": null,
    "recording_id": "2f510c53-dd6b-4ffb-bde2-4633d1d1e702",
    "artist": "Melvin Bliss",
    "artist_ids": [
        "aa527da6-d037-447f-a853-d171d70db70b"
    ],
    "album": "Reward / Synthetic Substitution",
    "release_id": null,
    "release_group_id": "cb88a87c-c82e-3a43-9f93-e9bd234467ff",
    "labels": [
        "Contempo"
    ],
    "label_ids": [],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melvin Bliss released \"Synthetic Substitution\" as a b-side to \"Reward\" in 1973.\nSampled in O.P.P. Drums we're performed by Bernard Purdie.\n\n\"There are few examples of hip-hop's capacity for preserving obscure nooks of our cultural past than the second life of Melvin Bliss, a relatively obscure 1970s singer whose \"Synthetic Substitution,\" a throwaway B-side, became one of the most frequently sampled songs of the late '80s and early '90s.\":  https://www.theatlantic.com/entertainment/archive/2010/07/melvin-bliss-rip/60457/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}