Information about plays

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

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

{
    "id": 3522701,
    "uri": "https://api.kexp.org/v2/plays/3522701/?format=api",
    "airdate": "2025-07-04T20:11:35-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://coverartarchive.org/release/49beadae-13f8-4881-9034-d2b2871deb14/18321922734-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49beadae-13f8-4881-9034-d2b2871deb14/18321922734-250.jpg",
    "song": "Lovers Rock",
    "track_id": null,
    "recording_id": "c25d96ef-1511-478d-bbf0-8c94d6d41551",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Forever Best!",
    "release_id": null,
    "release_group_id": "8114ca02-d34d-4e97-bec1-e6100c1e1083",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It’s been 20 years since this album was released but it’s as sleek, refined, elegant and sultry as ever. If somehow you could the feel of starlight, rooftops, a sailboat gliding across a lake at sunset, Duke Ellington’s Satin Lady and Fred Astaire and Ginger Rogers dancing, add dark eyes flecked with moonlight staring above a champagne glass raised to the lips — that’s her, Sade Adu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}