Information about plays

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

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

{
    "id": 3615665,
    "uri": "https://api.kexp.org/v2/plays/3615665/?format=api",
    "airdate": "2026-02-10T08:31:37-08:00",
    "show": 65895,
    "show_uri": "https://api.kexp.org/v2/shows/65895/?format=api",
    "image_uri": "https://ia800201.us.archive.org/29/items/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c-6056907887_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/29/items/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c/mbid-54da694b-d76f-4f8b-8966-80f7dbf8c09c-6056907887_thumb250.jpg",
    "song": "Wrote for Luck",
    "track_id": "1b7ed2ff-4e0e-34d4-900f-ff3c051f7cc6",
    "recording_id": "21dcbbb2-cceb-4457-ab45-a7eaa16c1913",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Double Easy: The U.S. Singles",
    "release_id": "54da694b-d76f-4f8b-8966-80f7dbf8c09c",
    "release_group_id": "59b7ab4a-56f2-3ca4-b1c4-2a26a55049c5",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shaun Ryder to Clash Music: “We was just a band of ------ misfits, really!”\n\nRead their interview, \"Wrote For Luck: The Rise And Fall Of Happy Mondays\"\n\nhttps://www.clashmusic.com/features/wrote-for-luck-the-rise-and-fall-of-happy-mondays",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}