Information about plays

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

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

{
    "id": 3575964,
    "uri": "https://api.kexp.org/v2/plays/3575964/?format=api",
    "airdate": "2025-11-09T10:08:26-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/471ccafd-2f4a-36cd-9d50-171b6def589b/10858052624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/471ccafd-2f4a-36cd-9d50-171b6def589b/10858052624-250.jpg",
    "song": "Lookin’ for a Home",
    "track_id": null,
    "recording_id": "23067184-24c7-4ad6-a538-e9c3f7cc2448",
    "artist": "Al Kooper & Shuggie Otis",
    "artist_ids": [
        "d6bee229-1957-4891-8d44-c56ac7ea259e",
        "ff9542ca-7859-4db2-8796-c1e3c39b9c0a"
    ],
    "album": "Kooper Session: Al Kooper Introduces Shuggie Otis",
    "release_id": null,
    "release_group_id": "b8b467b0-7277-3757-bc38-e7a80c50316a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "15-year-old Shuggie Otis was the featured guest on Al Kooper’s second installment of his “Kooper Session.” The whole album was recorded over one weekend in New York.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}