Information about plays

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

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

{
    "id": 3635562,
    "uri": "https://api.kexp.org/v2/plays/3635562/?format=api",
    "airdate": "2026-03-30T11:04:59-07:00",
    "show": 66321,
    "show_uri": "https://api.kexp.org/v2/shows/66321/?format=api",
    "image_uri": "https://dn711003.ca.archive.org/0/items/mbid-1a453795-6c30-47fd-a5ad-3618b4ef7a3c/mbid-1a453795-6c30-47fd-a5ad-3618b4ef7a3c-4226529091_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-1a453795-6c30-47fd-a5ad-3618b4ef7a3c/mbid-1a453795-6c30-47fd-a5ad-3618b4ef7a3c-4226529091_thumb250.jpg",
    "song": "Weekend",
    "track_id": "fff8f1e5-dc48-3b19-bc48-7bf63da8891e",
    "recording_id": "e79136ac-7ab5-47b3-aea2-7484bf320ba3",
    "artist": "Smith Westerns",
    "artist_ids": [
        "1541f1ff-e249-4c85-84d9-6125bb3fe4b9"
    ],
    "album": "Dye It Blonde",
    "release_id": "66352df5-7806-4262-a182-7bc8f26606db",
    "release_group_id": "60028988-d67f-47aa-8858-55294baa094a",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2011-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smith Westerns were an American indie rock band from Chicago, composed of brothers Cullen and Cameron Omori as well as Max Kakacek, Julien Ehrlich and Hal James. Their musical influences included David Bowie, T. Rex and Oasis.\n\nhttps://smithwesterns.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}