Information about plays

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

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

{
    "id": 3633421,
    "uri": "https://api.kexp.org/v2/plays/3633421/?format=api",
    "airdate": "2026-03-25T07:58:38-07:00",
    "show": 66275,
    "show_uri": "https://api.kexp.org/v2/shows/66275/?format=api",
    "image_uri": "https://dn710802.ca.archive.org/0/items/mbid-f131aac5-39f8-4f53-8f09-8a7f80e5e599/mbid-f131aac5-39f8-4f53-8f09-8a7f80e5e599-18909460141_thumb500.jpg",
    "thumbnail_uri": "https://dn710802.ca.archive.org/0/items/mbid-f131aac5-39f8-4f53-8f09-8a7f80e5e599/mbid-f131aac5-39f8-4f53-8f09-8a7f80e5e599-18909460141_thumb250.jpg",
    "song": "Elizabeth June",
    "track_id": "dbae803e-b415-3e2e-8dd0-edd074bc485b",
    "recording_id": "d4f94f93-c085-49ca-ba37-2f19cd5d38db",
    "artist": "Kristin Hersh",
    "artist_ids": [
        "0b461f11-c7af-4ddb-a30e-5cb0aabb3e7f"
    ],
    "album": "Speedbath",
    "release_id": "f131aac5-39f8-4f53-8f09-8a7f80e5e599",
    "release_group_id": "5460c62b-2b4c-33b5-8746-1f5920fe97b1",
    "labels": [
        "CASH Music"
    ],
    "label_ids": [
        "a596b65f-4508-4233-9262-b177aeec22d3"
    ],
    "release_date": "2008-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kristin Hersh wrote this song as a tribute to Betty Hutton: Born Betty June in Battle Creek, MI in 1921.\n\nKristin has a page on her website about knowing Betty: https://www.kristinhersh.com/beautiful-old-betty/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}