Information about plays

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

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

{
    "id": 3625635,
    "uri": "https://api.kexp.org/v2/plays/3625635/?format=api",
    "airdate": "2026-03-05T13:50:53-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-8ceae9e6-a5ec-41b5-90fa-9d005ae149e6/mbid-8ceae9e6-a5ec-41b5-90fa-9d005ae149e6-20821111124_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-8ceae9e6-a5ec-41b5-90fa-9d005ae149e6/mbid-8ceae9e6-a5ec-41b5-90fa-9d005ae149e6-20821111124_thumb250.jpg",
    "song": "Breakdown (Dunkafelic Remix)",
    "track_id": "2d1392c6-354f-3e14-a3cb-0e0a5a7ade7c",
    "recording_id": "9e70b44f-8844-42cf-8a5d-874c4253f0c3",
    "artist": "Fu‐Schnickens",
    "artist_ids": [
        "22d8f80a-6e2d-41cf-be36-104f5192ffcf"
    ],
    "album": "Nervous Breakdown",
    "release_id": "8ceae9e6-a5ec-41b5-90fa-9d005ae149e6",
    "release_group_id": "4605ce03-81ac-3992-97af-f13c7a924c9f",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song samples \"Dance Floor\" by Zapp and \"Theme from the Black Hole\" by Parliament.\n--\nHere's the official video for \"Breakdown\": https://www.youtube.com/watch?v=VQDFkBFxk_Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}