Information about plays

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

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

{
    "id": 3621927,
    "uri": "https://api.kexp.org/v2/plays/3621927/?format=api",
    "airdate": "2026-02-25T01:58:14-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-3ce6cf0c-5092-4861-a2aa-b2d09e191da1/mbid-3ce6cf0c-5092-4861-a2aa-b2d09e191da1-44417420629_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-3ce6cf0c-5092-4861-a2aa-b2d09e191da1/mbid-3ce6cf0c-5092-4861-a2aa-b2d09e191da1-44417420629_thumb250.jpg",
    "song": "Begging for Change",
    "track_id": "34b1f20c-b56d-4ea0-b44c-10fade99f667",
    "recording_id": "91a4d56b-f2dc-4cf1-b844-e27fe80b20cf",
    "artist": "Pulp",
    "artist_ids": [
        "76b2e842-5e85-4c97-ab62-d5bc315595b5"
    ],
    "album": "Begging for Change",
    "release_id": "3ce6cf0c-5092-4861-a2aa-b2d09e191da1",
    "release_group_id": "534f383b-f97e-4dd1-acf8-153e6af21578",
    "labels": [
        "War Child Records"
    ],
    "label_ids": [
        "9d87153e-ad9a-4a6a-94a9-cdb3fc5bf40c"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pulp have released a new song, “Begging for Change.” It’s the latest single off War Child UK’s charity album Help(2), which is due out March 6. The track was recorded while the British band was working on their 2025 album, More.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}