Information about plays

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

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

{
    "id": 3576333,
    "uri": "https://api.kexp.org/v2/plays/3576333/?format=api",
    "airdate": "2025-11-10T07:03:37-08:00",
    "show": 65072,
    "show_uri": "https://api.kexp.org/v2/shows/65072/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-dab40655-d707-35d2-9c31-599f861d54e7/mbid-dab40655-d707-35d2-9c31-599f861d54e7-19508508349_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-dab40655-d707-35d2-9c31-599f861d54e7/mbid-dab40655-d707-35d2-9c31-599f861d54e7-19508508349_thumb250.jpg",
    "song": "Gong",
    "track_id": "f9aef7e3-398a-389d-9d08-5910827eefdd",
    "recording_id": "c257ebac-cfbd-4c67-b843-eaa4b330b5b9",
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Takk…",
    "release_id": "dab40655-d707-35d2-9c31-599f861d54e7",
    "release_group_id": "47d8e9e2-dc13-3d94-afee-1f8c38cec091",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sigur Rós frontman Jónsi opens up about collabs he has in the works, making perfume and the pain of falling in love.\nhttps://www.youtube.com/watch?v=V-TaRDqKkZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}