Information about plays

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

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

{
    "id": 3656568,
    "uri": "https://api.kexp.org/v2/plays/3656568/?format=api",
    "airdate": "2026-05-18T22:27:46-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/1407ca8b-2fab-43f0-9a8e-49fbefd8ea90/44321528692-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1407ca8b-2fab-43f0-9a8e-49fbefd8ea90/44321528692-250.jpg",
    "song": "I Came Close, Orange for Luck",
    "track_id": null,
    "recording_id": "5044276f-1219-481c-95c1-ad3c9349c55d",
    "artist": "White Fence",
    "artist_ids": [
        "68548de4-c045-426a-9745-b52a8a22d2d2"
    ],
    "album": "Orange",
    "release_id": null,
    "release_group_id": "780006c7-1aa5-4434-919b-4649d3b7decf",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2026-04-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enlisting fellow indie veteran Ty Segall on drums! - https://whitefence.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}