Information about plays

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

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

{
    "id": 3610665,
    "uri": "https://api.kexp.org/v2/plays/3610665/?format=api",
    "airdate": "2026-01-29T15:09:48-08:00",
    "show": 65786,
    "show_uri": "https://api.kexp.org/v2/shows/65786/?format=api",
    "image_uri": "https://coverartarchive.org/release/28bbbb79-8091-447b-81ab-f43df711a08a/21233557438-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28bbbb79-8091-447b-81ab-f43df711a08a/21233557438-250.jpg",
    "song": "Self Hate Bad Dub",
    "track_id": null,
    "recording_id": "19ec132c-8c29-48c3-b5d6-bc3dbef42cba",
    "artist": "Atmosphere",
    "artist_ids": [
        "ef954679-5ee7-4016-acef-7ac71f2fa3d8"
    ],
    "album": "Cats Van Bags",
    "release_id": null,
    "release_group_id": "fc843cd9-d9bd-3078-83bf-e1c14a16ad1c",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Come on, mash that dream into a telephone pole\nCatch that beam, let it caress the soul\nShe don't need me, he don't need love\nThey won't see through, they caught a bad dub...\": https://genius.com/Atmosphere-self-hate-bad-dub-lyrics\n--\n\"Self Hate Bad Dub\" contains samples of \"Dancing With the Moonlit Knight\" by Genesis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}