Information about plays

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

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

{
    "id": 3554606,
    "uri": "https://api.kexp.org/v2/plays/3554606/?format=api",
    "airdate": "2025-09-18T13:16:22-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/3156a2ac-50c8-4c8e-88ec-4bdbeee330b3/34944335938-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3156a2ac-50c8-4c8e-88ec-4bdbeee330b3/34944335938-250.jpg",
    "song": "Folded",
    "track_id": null,
    "recording_id": "dccf33b8-898e-48d0-8450-8ffb80731a90",
    "artist": "Kehlani",
    "artist_ids": [
        "3260ce89-5eb0-4c6a-89c7-379c0dfc2ab9"
    ],
    "album": "Here",
    "release_id": null,
    "release_group_id": "998aa77e-6269-491f-a47c-73cab37eeb4d",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On her Instagram page, Oakland musician Kehlani discusses the meaning of this song: https://www.instagram.com/reel/DKzo5CpJXTe/?hl=en\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}