Information about plays

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

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

{
    "id": 3656371,
    "uri": "https://api.kexp.org/v2/plays/3656371/?format=api",
    "airdate": "2026-05-18T11:31:27-07:00",
    "show": 66751,
    "show_uri": "https://api.kexp.org/v2/shows/66751/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-d0a1bc05-8bcf-4e81-8e81-20a80c8d92e4/mbid-d0a1bc05-8bcf-4e81-8e81-20a80c8d92e4-8529921755_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-d0a1bc05-8bcf-4e81-8e81-20a80c8d92e4/mbid-d0a1bc05-8bcf-4e81-8e81-20a80c8d92e4-8529921755_thumb250.jpg",
    "song": "I Hope I Never",
    "track_id": "947a2197-3406-3cda-b4e9-565a2128cd49",
    "recording_id": "340d592d-7d60-44bd-b789-a11a5b865f12",
    "artist": "Split Enz",
    "artist_ids": [
        "2bbdc83c-3d4d-44f4-8e26-6bc748d358dd"
    ],
    "album": "History Never Repeats: The Best of Split Enz",
    "release_id": "d0a1bc05-8bcf-4e81-8e81-20a80c8d92e4",
    "release_group_id": "8948d9d5-89a2-3a09-a330-6dd76ca10380",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "49611287-8148-4803-9a85-fccde117515a"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released on 1980's 'True Colours'. You're hearing Tim Finn on lead vocals here.\n\nThe New Zealand band is currently playing New Zealand and Australia dates as part of their first reunion tour in 20 years.\n\nhttps://www.neilfinn.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}