Information about plays

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

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

{
    "id": 3549329,
    "uri": "https://api.kexp.org/v2/plays/3549329/?format=api",
    "airdate": "2025-09-05T18:49:31-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-a508e624-7a05-4914-9fc3-10f27d0b7bad/mbid-a508e624-7a05-4914-9fc3-10f27d0b7bad-7794282163_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-a508e624-7a05-4914-9fc3-10f27d0b7bad/mbid-a508e624-7a05-4914-9fc3-10f27d0b7bad-7794282163_thumb250.jpg",
    "song": "There’s More to Life Than This (Non Toilet mix)",
    "track_id": "c2486f15-30a0-3983-8a7b-74b7f6955762",
    "recording_id": "e06ba5bb-77b4-45c3-a8d8-a338edde364e",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Venus as a Boy",
    "release_id": "a508e624-7a05-4914-9fc3-10f27d0b7bad",
    "release_group_id": "c38c41df-aade-39c5-93ba-eeab699a899c",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Robin! Happy Retirement!\n***\n“There's More to Life Than This (non-toilet mix)” was released only as a B-side on Björk's 1993 single “Venus as a Boy.” The original version (released on her 1993 album “Debut”) was recorded on a bar floor, in the toilets, and outside. This version is the studio recording.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}