Information about plays

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

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

{
    "id": 3656655,
    "uri": "https://api.kexp.org/v2/plays/3656655/?format=api",
    "airdate": "2026-05-19T02:51:02-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/4006214f-2a91-47ae-82e3-7938c37d506b/43076375535-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4006214f-2a91-47ae-82e3-7938c37d506b/43076375535-250.jpg",
    "song": "Sleepless",
    "track_id": null,
    "recording_id": "34194ca3-863c-4ce7-95be-25219fc97567",
    "artist": "Daniel Bortz",
    "artist_ids": [
        "8c61e504-98ba-4a09-a8d1-498030026ccb"
    ],
    "album": "Sleepless EP",
    "release_id": null,
    "release_group_id": "6dba0a81-6b26-49a4-9f1f-533e30a7e2cb",
    "labels": [
        "Permanent Vacation"
    ],
    "label_ids": [
        "ec55686e-5c19-4bb1-ac42-81ddcc02ff8d"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Derek and all my other West Coast Late Nighters -- Thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}