Information about plays

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

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

{
    "id": 3656458,
    "uri": "https://api.kexp.org/v2/plays/3656458/?format=api",
    "airdate": "2026-05-18T16:01:33-07:00",
    "show": 66753,
    "show_uri": "https://api.kexp.org/v2/shows/66753/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-5413d7d6-d91f-4990-83c2-61e38a1360a1/mbid-5413d7d6-d91f-4990-83c2-61e38a1360a1-43437363459_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "What’s a Girl to Do?",
    "track_id": "e2466ea4-d103-40b7-abd9-c12c64c69cd8",
    "recording_id": "86ede2e5-8203-4d99-ad90-eb107f7fe620",
    "artist": "Bat for Lashes",
    "artist_ids": [
        "10000730-525f-4ed5-aaa8-92888f060f5f"
    ],
    "album": "Fur and Gold",
    "release_id": "5413d7d6-d91f-4990-83c2-61e38a1360a1",
    "release_group_id": "947ce575-e963-34e5-8447-a8ff0cc5cbcd",
    "labels": [
        "Echo"
    ],
    "label_ids": [
        "11eff8e9-5611-402d-9d2e-1c9eeb3c98d5"
    ],
    "release_date": "2025-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Clearly influenced by Hal Blaine's drumbeat from the 1963 song \"Be My Baby\" by The Ronettes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}