Information about plays

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

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

{
    "id": 3548139,
    "uri": "https://api.kexp.org/v2/plays/3548139/?format=api",
    "airdate": "2025-09-02T21:12:34-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ffd1f0a-b24d-4b6f-b9da-1049820d3528/37024220680-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ffd1f0a-b24d-4b6f-b9da-1049820d3528/37024220680-250.jpg",
    "song": "Podzimní nálada",
    "track_id": null,
    "recording_id": null,
    "artist": "Václav Zahradník",
    "artist_ids": [
        "ba5bdee8-8de0-465b-8668-41add893fb61"
    ],
    "album": "Behind the Iron Curtain",
    "release_id": null,
    "release_group_id": "d195dfea-b32e-4f87-a42c-bbd163b1f445",
    "labels": [
        "Jazzman Records Ltd"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After bans of jazz throughout Europe in the 20th century, jazz made its way through the cracks through Western scores and the selling of sheet music and records on the black market from overseas visitors. Once equated with \"gas in the stomach\" at a UN meeting, jazz eventually took Europe by storm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}