Information about plays

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

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

{
    "id": 3608053,
    "uri": "https://api.kexp.org/v2/plays/3608053/?format=api",
    "airdate": "2026-01-23T12:39:58-08:00",
    "show": 65731,
    "show_uri": "https://api.kexp.org/v2/shows/65731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Grinning Soul",
    "track_id": "36ee53c5-a95f-3a86-8791-0860b5470399",
    "recording_id": "c6778195-9de8-4281-bfba-d529deb3d687",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Aladdin Sane",
    "release_id": "18dee048-e34f-379f-9b90-074c8237232b",
    "release_group_id": "50f8710f-3ae6-319b-85a7-afe783f13449",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1973, Aladdin Sane is the sixth album by David Bowie and the follow up to his breakthrough to stardom record,, The Rise and Fall of Ziggy Stardust and the Spiders from Mars.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}