Information about plays

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

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

{
    "id": 3598963,
    "uri": "https://api.kexp.org/v2/plays/3598963/?format=api",
    "airdate": "2026-01-01T20:55:23-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "https://coverartarchive.org/release/15994a25-d288-4f96-a5de-fe3b9bee57fc/41316910451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15994a25-d288-4f96-a5de-fe3b9bee57fc/41316910451-250.jpg",
    "song": "Honey If You're Extra 03:29 video",
    "track_id": null,
    "recording_id": "1794c098-acdc-4465-8196-500b48ac02b0",
    "artist": "Yufu",
    "artist_ids": [
        "07b2c39f-62d6-4c8c-b7d8-f239f9a17057"
    ],
    "album": "Heal Me Good",
    "release_id": null,
    "release_group_id": "8304b8aa-9906-48cf-bd3d-5d2184067036",
    "labels": [
        "Zip Records"
    ],
    "label_ids": [
        "e55623fd-b237-4fe5-a509-d82837279e86"
    ],
    "release_date": "2025-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yufu is an aspiring Soul / Funk musician who takes inspiration from the classic American 70's sound. Based in Taiwan and Japan.\n--\nhttps://yufu.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}