Information about plays

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

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

{
    "id": 3561414,
    "uri": "https://api.kexp.org/v2/plays/3561414/?format=api",
    "airdate": "2025-10-04T22:37:02-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://ia601303.us.archive.org/7/items/mbid-038d3b87-705d-3a2c-8f4a-e8cee042b9ea/mbid-038d3b87-705d-3a2c-8f4a-e8cee042b9ea-12577884235_thumb500.jpg",
    "thumbnail_uri": "https://ia601303.us.archive.org/7/items/mbid-038d3b87-705d-3a2c-8f4a-e8cee042b9ea/mbid-038d3b87-705d-3a2c-8f4a-e8cee042b9ea-12577884235_thumb250.jpg",
    "song": "Viva Las Vegas",
    "track_id": "7ddbd2c5-133e-3b3d-a35d-fd02bc62fabd",
    "recording_id": "3d965c66-1715-46d7-8082-3ec8c27b3180",
    "artist": "Dead Kennedys",
    "artist_ids": [
        "37c78aeb-d196-42b5-b991-6afb4fc9bc2e"
    ],
    "album": "Fresh Fruit for Rotting Vegetables",
    "release_id": "038d3b87-705d-3a2c-8f4a-e8cee042b9ea",
    "release_group_id": "3495fca0-ce60-3342-93f2-23fd525d8069",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1993-02-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Brent in Greenlake\n\nIf you donate at the $10/mo or $120 level, you can choose your thank you gift AND get an additional KEXP Big, Beautiful Bag!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}