Information about plays

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

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

{
    "id": 3625623,
    "uri": "https://api.kexp.org/v2/plays/3625623/?format=api",
    "airdate": "2026-03-05T13:03:39-08:00",
    "show": 66097,
    "show_uri": "https://api.kexp.org/v2/shows/66097/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079/mbid-4ad0b48f-29c8-3e57-b55e-33b097190079-4839047375_thumb250.jpg",
    "song": "Alright",
    "track_id": "b9be4fda-126a-3525-ae35-3c6116991621",
    "recording_id": "a58a8779-0bc3-42cd-83fc-3fd17aeea4ae",
    "artist": "D’Angelo",
    "artist_ids": [
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Brown Sugar",
    "release_id": "4ad0b48f-29c8-3e57-b55e-33b097190079",
    "release_group_id": "a4591f67-48d9-36ae-bc68-2deb954d0a15",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1995-07-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Power produced, mixed, and recorded this D'Angelo composition. (He also played guitar on the track.)\n--\nThat sick drum loop complete with a great fill (with just as great of a drummer name — Fairest Hill) is taken from Memphis soul legends The Temprees’ 1972 track “Explain it to Her Mama”!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}