Information about plays

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

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

{
    "id": 3595053,
    "uri": "https://api.kexp.org/v2/plays/3595053/?format=api",
    "airdate": "2025-12-23T20:21:43-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "https://coverartarchive.org/release/7e994228-20d4-4e69-b813-8b8dcdc07b54/11996060179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7e994228-20d4-4e69-b813-8b8dcdc07b54/11996060179-250.jpg",
    "song": "The Nutcracker Suite (Baz Kuts Breaks mix)",
    "track_id": null,
    "recording_id": "42db2c0d-49c9-4132-93f7-0edd077c5cbb",
    "artist": "Konzerthausorchester Berlin",
    "artist_ids": [
        "047d4bcd-9ff3-49dc-aad6-1f707c40eedc"
    ],
    "album": "Christmas Remixed: Holiday Classics Re-Grooved",
    "release_id": null,
    "release_group_id": "8953e4fa-81b1-39d5-bda4-aa01dfad2e2a",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The orchestra was founded in 1952 as the Berliner Sinfonie-Orchester (Berlin Symphony Orchestra) in what was then East Berlin, as a rival ensemble to the Berlin Philharmonic Orchestra based in West Berlin.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}