Information about plays

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

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

{
    "id": 3588474,
    "uri": "https://api.kexp.org/v2/plays/3588474/?format=api",
    "airdate": "2025-12-08T11:33:37-08:00",
    "show": 65323,
    "show_uri": "https://api.kexp.org/v2/shows/65323/?format=api",
    "image_uri": "https://ia801409.us.archive.org/0/items/mbid-7c3cbcec-122d-4f94-9c9e-747be046e927/mbid-7c3cbcec-122d-4f94-9c9e-747be046e927-23594122584_thumb500.jpg",
    "thumbnail_uri": "https://ia801409.us.archive.org/0/items/mbid-7c3cbcec-122d-4f94-9c9e-747be046e927/mbid-7c3cbcec-122d-4f94-9c9e-747be046e927-23594122584_thumb250.jpg",
    "song": "Iris",
    "track_id": "d15dd7af-a5d5-4e38-ae7e-099d6f9e32f0",
    "recording_id": "3ddd2e65-6eb5-4d22-96f6-b5e121bc479a",
    "artist": "Split Enz",
    "artist_ids": [
        "2bbdc83c-3d4d-44f4-8e26-6bc748d358dd"
    ],
    "album": "Waiata",
    "release_id": "25d73df2-b6ed-43cb-b5d7-59f716917517",
    "release_group_id": "6d0c7a70-c465-37ff-9ea0-ed23dbcb1a8c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aotearoa's Split Enz will reunite for the first time in 19 years to tour Australia in 2026, along with a festival appearance in Christchurch, NZ. Let's all do some Split Enz vibing to hope they make it to North America, and other continents!\n\nhttps://www.neilfinn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}