Information about plays

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

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

{
    "id": 3645048,
    "uri": "https://api.kexp.org/v2/plays/3645048/?format=api",
    "airdate": "2026-04-21T20:17:54-07:00",
    "show": 66517,
    "show_uri": "https://api.kexp.org/v2/shows/66517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "TV on the Street",
    "track_id": null,
    "recording_id": "2b08a247-bc0b-4234-8a00-9d0013503486",
    "artist": "Puuluup",
    "artist_ids": [
        "bc3dd86d-3a8e-448b-aad1-fe25af03f385"
    ],
    "album": "LIVE at KEXP 2025",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Puuluup will be performing here May 3 @ the Nectar Lounge. Tickets: https://tinyurl.com/57w7d6wz\n\nHere's this live performance: https://tinyurl.com/yc3nvmds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}