Information about plays

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

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

{
    "id": 3625624,
    "uri": "https://api.kexp.org/v2/plays/3625624/?format=api",
    "airdate": "2026-03-05T13:08:49-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "https://dn711104.ca.archive.org/0/items/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f-22150856311_thumb500.jpg",
    "thumbnail_uri": "https://dn711104.ca.archive.org/0/items/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f/mbid-3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f-22150856311_thumb250.jpg",
    "song": "Picture Show",
    "track_id": "3e3bb863-87d3-3542-9c72-40ccdba5656f",
    "recording_id": "826401c9-4825-4467-b2bf-4e7b8bf7f1eb",
    "artist": "Me'Shell NdegéOcello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "Plantation Lullabies",
    "release_id": "3e2ac1d4-ab6d-3845-9f59-b00f7f3b6b1f",
    "release_group_id": "1a918671-d6b1-3158-acef-53437a05f0a5",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1993-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Power produced the first and last tracks on this debut album.  He mixed all the songs, including this one. \n--\nThat great bass line is from \nme'Shell herself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}