Information about plays

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

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

{
    "id": 3540582,
    "uri": "https://api.kexp.org/v2/plays/3540582/?format=api",
    "airdate": "2025-08-16T00:37:22-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/bf4102ed-ba2f-4e70-844f-ca09e6921ec0/33602881468-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bf4102ed-ba2f-4e70-844f-ca09e6921ec0/33602881468-250.jpg",
    "song": "25 Lighters",
    "track_id": null,
    "recording_id": "92acd35d-62e6-4ed6-be29-9101dd896954",
    "artist": "DJ DMD",
    "artist_ids": [
        "74f9280a-5c1f-4134-b487-b14ab781a13b"
    ],
    "album": "Twenty-Two: P.A. World Wide",
    "release_id": null,
    "release_group_id": "df180820-1231-4b34-a1f4-6473765934a9",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The phrase \"25 lighters on my dresser\" originates from hip-hop and refers to the practice of using lighters to discreetly distribute crack cocaine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}