Information about plays

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

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

{
    "id": 3579403,
    "uri": "https://api.kexp.org/v2/plays/3579403/?format=api",
    "airdate": "2025-11-17T13:01:01-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://coverartarchive.org/release/eeee31ba-ffb3-427b-a6c7-81dba3654202/9716960875-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eeee31ba-ffb3-427b-a6c7-81dba3654202/9716960875-250.jpg",
    "song": "Bellbottoms (Old Rascal mix)",
    "track_id": null,
    "recording_id": "082cd1dd-04db-4a26-b999-9fba75aa389d",
    "artist": "The Jon Spencer Blues Explosion",
    "artist_ids": [
        "d1ab8ca8-fb9f-4e78-a422-3cd5406dc0b1"
    ],
    "album": "Experimental Remixes",
    "release_id": null,
    "release_group_id": "a4554e4b-d4cc-3420-b2f0-b1a3f1372c72",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1995-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"After a long and semi-successful tenure as leader of scuzz-rock heroes Pussy Galore, Jon Spencer shook up his anti-rock vision and hooked up with guitarist Judah Bauer and drummer Russell Simins to create the scuzz-blues trio the Jon Spencer Blues Explosion.\"  Here's a biography of this trio: https://www.allmusic.com/artist/the-jon-spencer-blues-explosion-mn0000215041/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}