Information about plays

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

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

{
    "id": 3645646,
    "uri": "https://api.kexp.org/v2/plays/3645646/?format=api",
    "airdate": "2026-04-23T05:56:17-07:00",
    "show": 66528,
    "show_uri": "https://api.kexp.org/v2/shows/66528/?format=api",
    "image_uri": "https://dn720908.ca.archive.org/0/items/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2/mbid-6aaa509e-f4c7-4687-a611-9d5488a363c2-8451641080_thumb500.jpg",
    "thumbnail_uri": "",
    "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": "As requested by Rob in Tacoma!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}