Information about plays

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

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

{
    "id": 3628323,
    "uri": "https://api.kexp.org/v2/plays/3628323/?format=api",
    "airdate": "2026-03-13T05:40:36-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1a3f01c-77e9-40f0-904c-6728330ec57c/8343767175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1a3f01c-77e9-40f0-904c-6728330ec57c/8343767175-250.jpg",
    "song": "Just Can’t Get Enough",
    "track_id": null,
    "recording_id": "7977f60b-726e-4c8a-9c97-95e9d2e7faa5",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Speak & Spell",
    "release_id": null,
    "release_group_id": "7a0e0366-91f4-3444-b45a-83b158004165",
    "labels": [],
    "label_ids": [],
    "release_date": "1981-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kexp.org/donate/\nJust can't get enough of KEXP? Help power it!!\n\n\"Just Can't Get Enough\" was Depeche Mode's third single, released on September 7th, 1981, a month before the release of their debut studio album, \"Speak & Spell.\"  A riff-driven synth-pop song, this was the final single to be written by founding member Vince Clarke, who left the band in November 1981 to form Yaz and then Erasure in 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}