Information about plays

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

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

{
    "id": 3568195,
    "uri": "https://api.kexp.org/v2/plays/3568195/?format=api",
    "airdate": "2025-10-21T19:32:37-07:00",
    "show": 64898,
    "show_uri": "https://api.kexp.org/v2/shows/64898/?format=api",
    "image_uri": "https://coverartarchive.org/release/93e4050e-7aa5-4b4e-a08e-f715fdf53ec1/2954484337-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93e4050e-7aa5-4b4e-a08e-f715fdf53ec1/2954484337-250.jpg",
    "song": "Walk in Jerusalem (feat. Joshua Nelson & Kathryn Farmer)",
    "track_id": null,
    "recording_id": "67797ba7-3528-42fc-b2b9-d841df18dc45",
    "artist": "The Klezmatics",
    "artist_ids": [
        "af6c7228-bcc2-42a5-9129-42071bacd43e"
    ],
    "album": "Brother Moses Smote the Water (live from Berlin)",
    "release_id": null,
    "release_group_id": "584c5382-69d1-3ed4-94fc-959fcc7f8c90",
    "labels": [
        "Piranha"
    ],
    "label_ids": [
        "727e8c64-632a-42e2-87cf-ff467a639fec"
    ],
    "release_date": "2005-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area: Monday, Dec. 15, 2025 @ SF Jazz Center (Tickets: https://tinyurl.com/4w3vx8w4)\n---\nSeattle: Tuesday, Dec. 16, 2025 @ The Neptune Theatre (Tickets: https://tinyurl.com/mr9d3a8k)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}