Information about plays

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

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

{
    "id": 3594508,
    "uri": "https://api.kexp.org/v2/plays/3594508/?format=api",
    "airdate": "2025-12-22T14:42:56-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plump Righteous",
    "track_id": null,
    "recording_id": "b9bf45cf-c24e-4d67-b65c-3ae0fa6e2b06",
    "artist": "The King Khan & BBQ Show",
    "artist_ids": [
        "b978a42e-0b15-4987-9434-8805370f3f83"
    ],
    "album": "Merry Christmas",
    "release_id": null,
    "release_group_id": "1305a6ac-9f05-46f3-a4e6-80655c846cfa",
    "labels": [
        "Norton Records"
    ],
    "label_ids": [
        "6eeb7660-66eb-4d58-b41e-107c5b858d4e"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Plump Righteous\" is a festive, upbeat instrumental B-side to a Christmas-themed 7-inch single, balancing holiday cheer with their signature rawness and adding a surprisingly jolly, toe-tapping vibe to their otherwise gritty sound. Split with The Black Lips! Listen to the full album: \n\nhttps://www.discogs.com/release/1561701-The-Black-Lips-The-King-Khan-BBQ-Show-Merry-Christmas?srsltid=AfmBOoq--b2aw1a88m2cg_VislrUtY4AenDth1SNr_dTdDrEgSi2udrc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}