Information about plays

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

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

{
    "id": 3621525,
    "uri": "https://api.kexp.org/v2/plays/3621525/?format=api",
    "airdate": "2026-02-24T02:31:24-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Of Joy",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ Seinfeld & ARY",
    "artist_ids": [],
    "album": "Of Joy",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"DJ Seinfeld - the Swedish producer who grew from lo-fi house pioneer to one of the most singular talents in dance music - releases a new single ‘Of Joy’, featuring Norwegian singer and songwriter ARY. Over two years in the making ‘Of Joy’ is a welcome nostalgia trip, reminiscent of early 2000’s trance thanks to Seinfeld's signature drums and ARY’s emotive tone.\"\n\nhttps://djseinfeld.bandcamp.com/album/of-joy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}