Information about plays

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

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

{
    "id": 3570269,
    "uri": "https://api.kexp.org/v2/plays/3570269/?format=api",
    "airdate": "2025-10-26T14:52:28-07:00",
    "show": 64940,
    "show_uri": "https://api.kexp.org/v2/shows/64940/?format=api",
    "image_uri": "https://ia801403.us.archive.org/26/items/mbid-80efc10b-72b0-48a0-9ed9-c3d94c39b8e6/mbid-80efc10b-72b0-48a0-9ed9-c3d94c39b8e6-22549547744_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/26/items/mbid-80efc10b-72b0-48a0-9ed9-c3d94c39b8e6/mbid-80efc10b-72b0-48a0-9ed9-c3d94c39b8e6-22549547744_thumb250.jpg",
    "song": "The State of the Union",
    "track_id": "6752471c-8d7e-448a-a23d-91882f45d1e0",
    "recording_id": "09fad922-3662-4c65-9838-2b2c0e670e79",
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Richest Man in Babylon",
    "release_id": "80efc10b-72b0-48a0-9ed9-c3d94c39b8e6",
    "release_group_id": "fc36583b-e0a9-3a21-adf3-b1bda73fb059",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thievery Corporation was formed in the summer of 1995 at Washington D.C.'s Eighteenth Street Lounge. Rob Garza and Lounge co-owner Eric Hilton were drawn together over their mutual love of club life, as well as dub, bossa nova and jazz records.\n\nhttps://thieverycorporation.bandcamp.com/album/the-richest-man-in-babylon\nhttps://thieverycorporation.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}