Information about plays

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

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

{
    "id": 3667565,
    "uri": "https://api.kexp.org/v2/plays/3667565/?format=api",
    "airdate": "2026-06-13T22:04:32-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn710705.ca.archive.org/0/items/mbid-448fcbc8-250e-4891-a732-7e67b1c30df3/mbid-448fcbc8-250e-4891-a732-7e67b1c30df3-13319831164_thumb500.jpg",
    "thumbnail_uri": "https://dn710705.ca.archive.org/0/items/mbid-448fcbc8-250e-4891-a732-7e67b1c30df3/mbid-448fcbc8-250e-4891-a732-7e67b1c30df3-13319831164_thumb250.jpg",
    "song": "Teenage Problems",
    "track_id": "81f07c3d-c28d-3ccb-ab9f-b8e33dbccfcc",
    "recording_id": "1df00674-a2ed-4b0a-8b67-a3e381668b1d",
    "artist": "Fucked Up",
    "artist_ids": [
        "19202b40-eb93-48a0-b6fc-fce9568182aa"
    ],
    "album": "Couple Tracks",
    "release_id": "fbf3bcc8-b442-44b2-896d-36a819a99a72",
    "release_group_id": "1a50d309-8239-454a-b9ff-3a54730141b0",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2010-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fucked Up just released a 2LP compilation of hits and B sides titled, Year of the Monkey in March.\n\nhttps://www.fuckedup.cc/\nhttps://fuckedup.bandcamp.com/\nhttps://fuckedup.merchtable.com/?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}