Information about plays

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

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

{
    "id": 3571801,
    "uri": "https://api.kexp.org/v2/plays/3571801/?format=api",
    "airdate": "2025-10-30T11:44:55-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1c9be11-5bb5-3338-bb63-84362579a867/5762907466-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1c9be11-5bb5-3338-bb63-84362579a867/5762907466-250.jpg",
    "song": "Wigwam",
    "track_id": null,
    "recording_id": "63e12665-326b-4505-a26d-35cdb198df4f",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Self Portrait",
    "release_id": null,
    "release_group_id": "6163aa70-d97f-34e5-a5bf-54b7d85a7ea0",
    "labels": [
        "Sony Records"
    ],
    "label_ids": [
        "dee62e1a-cfd1-466f-b578-846a0fdf435a"
    ],
    "release_date": "1970-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When 'Self Portrait' was released, critics were often puzzled or even hostile toward it — famously, critic Greil Marcus opened his review with “What is this sh*t?” However, “Wigwam” stood out as one of the more accessible and charming tracks. Over time, “Wigwam” gained appreciation for its simplicity and mood. It has appeared in several films and soundtracks including 'The Royal Tenenbuams'.\n\nThe track was recorded during the Nashville Skyline sessions and the early Self Portrait sessions in Nashville, Tennessee, in March 1970. Producer Bob Johnston added the horn and string overdubs later in New York, giving the song its distinctive lushness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}