Information about plays

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

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

{
    "id": 3626583,
    "uri": "https://api.kexp.org/v2/plays/3626583/?format=api",
    "airdate": "2026-03-07T23:18:09-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d558bc1-c922-4e21-8dd6-5b68e008f98f/14826129428-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d558bc1-c922-4e21-8dd6-5b68e008f98f/14826129428-250.jpg",
    "song": "So Tough",
    "track_id": null,
    "recording_id": "ce2d9542-d6b5-445b-afa5-6fdd7b3f5b07",
    "artist": "The Slits",
    "artist_ids": [
        "ff9ef2ef-73a6-496c-8528-4b12b21afbfd"
    ],
    "album": "The Peel Sessions",
    "release_id": null,
    "release_group_id": "1cbd471d-f68c-3165-9166-9e3e464944ea",
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From post-punk icons The Slits more stripped down sessions with John Peel. So Tough was originally recorded for their debut studio album.\n\nThe Slits formed in 1976, when 14-year-old Ari Up recruited her friends Tessa, Viv and Palmolive to form a new all-girl punk band, with Ari on vocals. The following year, they supported The Clash during their UK tour.\n\nhttps://www.roughtrade.com/en-us/product/the-slits/the-peel-sessions-1977-1978-1981",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}