Information about plays

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

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

{
    "id": 3576428,
    "uri": "https://api.kexp.org/v2/plays/3576428/?format=api",
    "airdate": "2025-11-10T12:52:36-08:00",
    "show": 65073,
    "show_uri": "https://api.kexp.org/v2/shows/65073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wreckage",
    "track_id": "a7c3f9dd-6f1b-40e7-ab07-d08ae79a297e",
    "recording_id": "7da33d6b-221e-4e1a-9cf7-5729366e3b13",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Tenterhooks",
    "release_id": "70c8e3b2-57f8-4d90-a591-c8e0582ef8b8",
    "release_group_id": "83a4f2ce-a823-4d2f-ad69-daa6eab8ff19",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from LA's Silversun Pickups!\n\n\"Silversun Pickups have announced a new album titled Tenterhooks, along with a 2026 North American tour. In advance of the LP’s February 6th release, the Los Angeles alt-rock band has unveiled the single 'The Wreckage.'\"\n\nhttps://consequence.net/2025/11/silversun-pickups-new-album-2026-tour-single-the-wreckage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}