Information about plays

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

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

{
    "id": 3628312,
    "uri": "https://api.kexp.org/v2/plays/3628312/?format=api",
    "airdate": "2026-03-13T05:09:41-07:00",
    "show": 66167,
    "show_uri": "https://api.kexp.org/v2/shows/66167/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd3229d9-af7e-4a7b-a9ff-fc560e34eca5/3813580057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd3229d9-af7e-4a7b-a9ff-fc560e34eca5/3813580057-250.jpg",
    "song": "Laid",
    "track_id": null,
    "recording_id": "759a98e7-a4a7-408f-ae64-6b09885b0be3",
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "Laid",
    "release_id": null,
    "release_group_id": "b7811239-99f8-3074-9070-f11ba624070a",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The chorus is just the single word “pretty” stretched out over at least six bars of music and modulated vocally throughout those six or more bars. \n--\nThe video for \"Laid,\" directed by Zanna, sees frontman Tim Booth handcuffed in a laundrette with brief cameos of the bandmates.: https://www.youtube.com/watch?v=0trh9Y598fM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}