Information about plays

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

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

{
    "id": 3526159,
    "uri": "https://api.kexp.org/v2/plays/3526159/?format=api",
    "airdate": "2025-07-12T21:37:11-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba93d4be-91d3-4af4-9a97-75d8433ba188/12252267941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba93d4be-91d3-4af4-9a97-75d8433ba188/12252267941-250.jpg",
    "song": "Wired Up",
    "track_id": null,
    "recording_id": "291dcf09-1985-4391-ad18-8af2b1f9b783",
    "artist": "Hector",
    "artist_ids": [
        "c7c19398-f083-4f31-a1c8-966ed9b177f5"
    ],
    "album": "Boobs: The Junkshop Glam Discotheque",
    "release_id": null,
    "release_group_id": "09b93047-7d0f-3268-a340-6dedf5b0c5b7",
    "labels": [
        "RPM"
    ],
    "label_ids": [
        "4cc50f8c-7fce-4167-904c-190b7983559f"
    ],
    "release_date": "2005-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hector were a four-piece Glam Rock band from Portsmouth, England. \n\nTechnically they are now regarded as ‘Junkshop Glam’ – a band that basically followed the the UK Glam Rock scene of the early Seventies, but for whatever reason, failed to attract the attention they merited and other more media favored bands achieved.\n\nhttps://loudhorizon.com/2022/05/12/hector/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}