Information about plays

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

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

{
    "id": 3626409,
    "uri": "https://api.kexp.org/v2/plays/3626409/?format=api",
    "airdate": "2026-03-07T14:31:51-08:00",
    "show": 66118,
    "show_uri": "https://api.kexp.org/v2/shows/66118/?format=api",
    "image_uri": "https://coverartarchive.org/release/6cd30d99-4923-4d5e-8e51-9d87506976f1/43702618964-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6cd30d99-4923-4d5e-8e51-9d87506976f1/43702618964-250.jpg",
    "song": "One More Time",
    "track_id": null,
    "recording_id": "2fda774c-f89d-48a4-93c7-e0822233a1ba",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": null,
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French electronic duo Daft Punk kicked off their 2001 album Discovery with “One More Time,” a joyous house anthem featuring vocals from Romanthony and built around a heavily processed disco sample. Right now Gramma Shazza and Michele have a $6,500 challenge, so gifts of $15 a month or more help unlock that extra support — and you’ll also receive the Live Room Mug as a bonus thank-you gift during the KEXP Spring Drive at kexp.org/donate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}