Information about plays

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

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

{
    "id": 3570886,
    "uri": "https://api.kexp.org/v2/plays/3570886/?format=api",
    "airdate": "2025-10-28T05:04:37-07:00",
    "show": 64955,
    "show_uri": "https://api.kexp.org/v2/shows/64955/?format=api",
    "image_uri": "https://ia804502.us.archive.org/10/items/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2-8451641080_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/10/items/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2-8451641080_thumb250.jpg",
    "song": "Electric Cafe",
    "track_id": "85f24ae9-0066-3d7e-9453-f4c70e23de79",
    "recording_id": "24d251cf-4f73-4143-996b-94209e06fdb3",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Electric Cafe",
    "release_id": "6aaa509e-f4c7-4687-a611-9d5488a363c2",
    "release_group_id": "2b04bde9-1bbc-3f6b-b67d-24ad473d8912",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Electric Cafe was the band's first album to use primarily digital instruments, though the final master was still recorded on analog tapes. The album was released in 1986 and then later re-released in 2009 with the title, \"Techno Pop\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}