Information about plays

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

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

{
    "id": 3597659,
    "uri": "https://api.kexp.org/v2/plays/3597659/?format=api",
    "airdate": "2025-12-29T16:05:43-08:00",
    "show": 65509,
    "show_uri": "https://api.kexp.org/v2/shows/65509/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "X-Ray",
    "track_id": null,
    "recording_id": null,
    "artist": "The Notwist",
    "artist_ids": [
        "f180cec2-9421-4417-a841-c7372090d13d"
    ],
    "album": "News from Planet Zombie",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single from forthcoming album due out March 13th, 2026.\n\nhttps://thenotwist.bandcamp.com/album/news-from-planet-zombie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}