Information about plays

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

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

{
    "id": 3570284,
    "uri": "https://api.kexp.org/v2/plays/3570284/?format=api",
    "airdate": "2025-10-26T15:38:52-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a5c951c-e0e0-334f-87f6-303cf2283d05/42744526212-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a5c951c-e0e0-334f-87f6-303cf2283d05/42744526212-250.jpg",
    "song": "Here Comes Everybody",
    "track_id": null,
    "recording_id": "32b2f2c0-a9ab-4fb3-95db-bb4d4a96c0b7",
    "artist": "Autolux",
    "artist_ids": [
        "78404fdf-23b4-465e-ab02-21adf9ad6d28"
    ],
    "album": "Future Perfect",
    "release_id": null,
    "release_group_id": "b43acf06-d9f3-32a9-bb0c-1a724c5e2a55",
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2004!\n\n\"With a unique sound that samples equally from electronica, noise pop, post-punk, and shoegaze, Autolux formed in 2000 in Los Angeles... Upon releasing a self-produced EP, Demonstration, in the spring of 2001, Autolux signed with producer T-Bone Burnett's fledgling DMX label...\" Read more about the band here: http://tinyurl.com/3t57nssz\n\nhttps://autolux.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}