Information about plays

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

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

{
    "id": 3655025,
    "uri": "https://api.kexp.org/v2/plays/3655025/?format=api",
    "airdate": "2026-05-15T10:54:38-07:00",
    "show": 66723,
    "show_uri": "https://api.kexp.org/v2/shows/66723/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-b9b044fc-d041-4dca-9dd6-92ab93faaff3/mbid-b9b044fc-d041-4dca-9dd6-92ab93faaff3-37729755875_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-b9b044fc-d041-4dca-9dd6-92ab93faaff3/mbid-b9b044fc-d041-4dca-9dd6-92ab93faaff3-37729755875_thumb250.jpg",
    "song": "Nightmares",
    "track_id": "9ab7b813-b706-434c-a85f-ab2400d21662",
    "recording_id": "4849b8cb-d19b-4d91-8541-bca1cc0a5119",
    "artist": "NewDad",
    "artist_ids": [
        "038bd27c-ebec-44e5-9880-1f5eb933db11"
    ],
    "album": "MADRA",
    "release_id": "2c575d0a-121f-44d4-8c2f-3e1c52906bcd",
    "release_group_id": "8df583de-9f9d-4c67-afab-d8fb3f516966",
    "labels": [
        "Fair Youth"
    ],
    "label_ids": [
        "09acb1e4-05f6-41ca-989e-fbe984e6ae50"
    ],
    "release_date": "2024-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Irish band performed Live on KEXP back in August 2025. Check out the video here: https://www.youtube.com/watch?v=4aUR4R9IKBs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}