Information about plays

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

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

{
    "id": 3547126,
    "uri": "https://api.kexp.org/v2/plays/3547126/?format=api",
    "airdate": "2025-08-31T10:36:00-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "https://coverartarchive.org/release/21b357cf-1473-4886-a947-7ab1327befb6/9477108643-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21b357cf-1473-4886-a947-7ab1327befb6/9477108643-250.jpg",
    "song": "Ultimate Painting",
    "track_id": null,
    "recording_id": "36a83750-55c7-430a-936d-7046712b2102",
    "artist": "Ultimate Painting",
    "artist_ids": [
        "633a4da5-b0c8-4822-88c6-7dd0017830a8"
    ],
    "album": "Ultimate Painting",
    "release_id": null,
    "release_group_id": "e9d9a445-593f-439d-ac96-b4b0fb2adb1d",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2014-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British band named themselves, the album, and this song after a painting made by the Drop City art community in Colorado in the late 1960s. You can watch a documentary about the short lived commune on Kanopy through your library card https://www.kanopy.com/en/product/drop-city\n\nhttps://ultimatepainting.bandcamp.com/album/ultimate-painting",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}