Information about plays

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

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

{
    "id": 3639497,
    "uri": "https://api.kexp.org/v2/plays/3639497/?format=api",
    "airdate": "2026-04-08T14:45:03-07:00",
    "show": 66400,
    "show_uri": "https://api.kexp.org/v2/shows/66400/?format=api",
    "image_uri": "https://ia600203.us.archive.org/10/items/mbid-29db868e-db44-4bb9-87e1-c857a06dad09/mbid-29db868e-db44-4bb9-87e1-c857a06dad09-1517121530_thumb500.jpg",
    "thumbnail_uri": "https://dn711009.ca.archive.org/0/items/mbid-29db868e-db44-4bb9-87e1-c857a06dad09/mbid-29db868e-db44-4bb9-87e1-c857a06dad09-1517121530_thumb250.jpg",
    "song": "The Love I’m Searching For",
    "track_id": "da2764f0-0015-3a6c-b587-b31dca0c8afc",
    "recording_id": "c1532319-9a79-49ac-be9f-df7031b2bba9",
    "artist": "The Rentals",
    "artist_ids": [
        "21763d94-f834-4a18-88b9-c82bc028a344"
    ],
    "album": "Return of The Rentals",
    "release_id": "29db868e-db44-4bb9-87e1-c857a06dad09",
    "release_group_id": "26eaea7b-1e9a-3055-acf7-fa3a2ada236f",
    "labels": [
        "Reprise Records",
        "Maverick"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rentals are a rock band fronted by Matt Sharp, former bass player for Weezer. Sharp is the band's only constant member. \n--\n\"The Love I'm Searching For\" is the opening track on the Rentals' debut album, \"Return of the Rentals\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}