Information about plays

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

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

{
    "id": 3657488,
    "uri": "https://api.kexp.org/v2/plays/3657488/?format=api",
    "airdate": "2026-05-21T02:54:46-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fb50584-558d-4517-91e2-04de4c64d04d/41424511009-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fb50584-558d-4517-91e2-04de4c64d04d/41424511009-250.jpg",
    "song": "What Is Love?",
    "track_id": null,
    "recording_id": "4b130613-23de-4595-9470-2e8d3b59fc21",
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "World Clique",
    "release_id": null,
    "release_group_id": "4f625d26-3d84-3d3b-8230-2c98e5d45100",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes from the band's debut album, World Clique. Guest artists on the album include Bootsy Collins, Q-Tip, Fred Wesley and Maceo Parker.\n\nIn Spin, Steven Daly hailed World Clique as \"the debut album of the year\" and \"an eloquent tableau of '90s possibilities\", finding that Deee-Lite \"keep the affair on a human scale\" and distinguish themselves from other \"digital Robin Hoods\" by writing their own hooks and refraining from excessive sampling.  https://tinyurl.com/4mbsthm5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}