Information about plays

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

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

{
    "id": 3572676,
    "uri": "https://api.kexp.org/v2/plays/3572676/?format=api",
    "airdate": "2025-11-01T17:30:06-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Enjoy the Silence (Ricki Tik Tik mix)",
    "track_id": "e11a2040-f7c8-3329-98cd-eb4c2490fea4",
    "recording_id": "5a54563b-f0db-46d3-ab91-f760a6056ea3",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "Enjoy the Silence",
    "release_id": "8747b6cc-86cf-3dd6-9c56-d362f27e2217",
    "release_group_id": "af2f353d-90a9-3e03-bbcd-5395d3ff5bbd",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a request? Email dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}