Information about plays

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

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

{
    "id": 3633102,
    "uri": "https://api.kexp.org/v2/plays/3633102/?format=api",
    "airdate": "2026-03-24T11:23:44-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn711300.ca.archive.org/0/items/mbid-65692b08-598e-4e53-8d98-3ebf1fb8313e/mbid-65692b08-598e-4e53-8d98-3ebf1fb8313e-992608808_thumb500.jpg",
    "thumbnail_uri": "https://dn711300.ca.archive.org/0/items/mbid-65692b08-598e-4e53-8d98-3ebf1fb8313e/mbid-65692b08-598e-4e53-8d98-3ebf1fb8313e-992608808_thumb250.jpg",
    "song": "E-Pro (radio edit)",
    "track_id": "cca7d866-b5db-393e-a3e7-1871dbac6915",
    "recording_id": "aee71478-dd15-4f75-910c-6180c47e96ce",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "E-Pro",
    "release_id": "8a31bf42-3426-4be1-a91d-e8dc7ae308eb",
    "release_group_id": "402f9dce-1bdc-3978-b10c-f1083b47e771",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled the Beastie Boys' \"So Whacha Want.\"\n--\nDid you know that Beck wrote \"E-Pro\" in segments of 20 seconds—the intro lasts 20 seconds, verse one lasts 20 seconds, the chorus lasts 20 seconds, and so on.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}