Information about plays

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

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

{
    "id": 3544832,
    "uri": "https://api.kexp.org/v2/plays/3544832/?format=api",
    "airdate": "2025-08-26T00:01:01-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/0427e94d-b3ba-47f9-b153-fa3291247719/5656214413-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0427e94d-b3ba-47f9-b153-fa3291247719/5656214413-250.jpg",
    "song": "A Huge Evergrowing Pulsating Brain That Rules from the Centre of the Ultraworld (Orbital Dance Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb - History of the Future",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big-brain remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}