Information about plays

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

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

{
    "id": 3554472,
    "uri": "https://api.kexp.org/v2/plays/3554472/?format=api",
    "airdate": "2025-09-18T05:07:57-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?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's\" title track was famously used for Mike Myers’s fictional West German Television show Sprockets that was featured as a recurring SNL sketch. The album’s original title was “Techno Pop”, which was in itself derived from the idea originally to call the record \"Technicolor.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}