Information about plays

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

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

{
    "id": 3638323,
    "uri": "https://api.kexp.org/v2/plays/3638323/?format=api",
    "airdate": "2026-04-05T20:07:23-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58bd4889-c69d-42bb-948e-2a61880905f0/28058786768-250.jpg",
    "song": "Funky Music Is the Thing",
    "track_id": null,
    "recording_id": "da2b5a4f-db42-452b-85d8-ff8a660574de",
    "artist": "Dynamic Corvettes",
    "artist_ids": [
        "a93862d0-c539-4d8b-9c2e-abfb2b149f8a"
    ],
    "album": "Ultimate Breaks & Beats: The Complete Collection",
    "release_id": null,
    "release_group_id": "859a3b18-42ee-4aab-83c5-c82307844d97",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dynamic Corvettes sampled \"Sing a Simple Song\" by Sly & the Family Stone for their two-part \"Funky Music Is The Thing\" in 1975, and you can find the track that was then sampled over 100 times on the 2006 compilation album Ultimate Breaks & Beats: The Complete Collection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}