Information about plays

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

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

{
    "id": 3629614,
    "uri": "https://api.kexp.org/v2/plays/3629614/?format=api",
    "airdate": "2026-03-16T05:42:58-07:00",
    "show": 66196,
    "show_uri": "https://api.kexp.org/v2/shows/66196/?format=api",
    "image_uri": "https://dn710606.ca.archive.org/0/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb500.jpg",
    "thumbnail_uri": "https://dn710606.ca.archive.org/0/items/mbid-55e12b15-e080-42a8-af93-4301e3487a45/mbid-55e12b15-e080-42a8-af93-4301e3487a45-4504278343_thumb250.jpg",
    "song": "It’s a Shame",
    "track_id": "5a5d9f65-125c-3dec-8240-a20216dad256",
    "recording_id": "45e498c0-42a6-4f83-a145-4041417eab50",
    "artist": "The Spinners",
    "artist_ids": [
        "fd2b6371-5b61-4068-8baa-9c333c97dfd7"
    ],
    "album": "Hitsville USA: The Motown Singles Collection 1959–1971",
    "release_id": "55e12b15-e080-42a8-af93-4301e3487a45",
    "release_group_id": "ebc5c8a7-5537-34b2-a7ad-a2bc50ba4a31",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"It's a Shame\" is a classic soul track released by The Spinners on June 11, 1970. It served as the group's breakthrough hit during their time with Motown Records.\n\nThe song was co-written and produced by Stevie Wonder, marking the first time he produced another artist independently.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}