Information about plays

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

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

{
    "id": 3605717,
    "uri": "https://api.kexp.org/v2/plays/3605717/?format=api",
    "airdate": "2026-01-17T21:33:50-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Welcome to My Mind",
    "track_id": null,
    "recording_id": "d14f5a0f-73bd-48f7-bea1-bb1c277e784d",
    "artist": "The Hi-Fives",
    "artist_ids": [
        "8056bf87-ac41-4a88-956b-31b084440392"
    ],
    "album": "Welcome to My Mind",
    "release_id": null,
    "release_group_id": "e7c3eda9-a198-32d6-b63b-28445320283d",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SF underground garage-punk band in the late 1990's on Lookout Records.\n\nhttps://thehi-fives.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}