Information about plays

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

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

{
    "id": 3661922,
    "uri": "https://api.kexp.org/v2/plays/3661922/?format=api",
    "airdate": "2026-05-31T11:34:53-07:00",
    "show": 66866,
    "show_uri": "https://api.kexp.org/v2/shows/66866/?format=api",
    "image_uri": "https://coverartarchive.org/release/9de4d8ee-0064-4fbf-bc2c-eb1090f8d539/11896869835-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9de4d8ee-0064-4fbf-bc2c-eb1090f8d539/11896869835-250.jpg",
    "song": "I Ain’t Got No Home",
    "track_id": null,
    "recording_id": "f1920b7a-49cd-4a83-8eb8-a7b374813404",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Folkways: A Vision Shared: A Tribute to Woody Guthrie and Leadbelly",
    "release_id": null,
    "release_group_id": "6670ce46-7027-38a8-8afe-4c049a0011d2",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Boss covered Guthrie’s 1938 song for this tribute album to Woody Guthrie and Lead Belly, put together by Guthrie’s business manager Harold Leventhal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}