Information about plays

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

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

{
    "id": 3660049,
    "uri": "https://api.kexp.org/v2/plays/3660049/?format=api",
    "airdate": "2026-05-27T02:51:01-07:00",
    "show": 66825,
    "show_uri": "https://api.kexp.org/v2/shows/66825/?format=api",
    "image_uri": "https://dn720805.ca.archive.org/0/items/mbid-7e83079f-23e5-44b3-8f9b-4a61ca53493f/mbid-7e83079f-23e5-44b3-8f9b-4a61ca53493f-44685572794_thumb500.jpg",
    "thumbnail_uri": "https://dn720805.ca.archive.org/0/items/mbid-7e83079f-23e5-44b3-8f9b-4a61ca53493f/mbid-7e83079f-23e5-44b3-8f9b-4a61ca53493f-44685572794_thumb250.jpg",
    "song": "Souvenirs",
    "track_id": "ea505058-e167-49e6-b675-4e667553f845",
    "recording_id": "f86de4b3-43ab-4eb6-8290-0028011226a5",
    "artist": "Spencer Krug",
    "artist_ids": [
        "2ba12d30-216e-48b2-b673-e92203bab01c"
    ],
    "album": "Same Fangs",
    "release_id": "7e83079f-23e5-44b3-8f9b-4a61ca53493f",
    "release_group_id": "99b04f92-1847-423d-8ece-411dbad44ce3",
    "labels": [
        "Pronounced Kroog"
    ],
    "label_ids": [
        "01dacba8-f687-4fd5-93dc-cf7b49acfd9c"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Souvenirs\" is the striking, six-minute closing track on Spencer Krug's solo album, Same Fangs, released on May 15, 2026.  It serves as a sprawling, emotional finale that highlights Krug's signature piano arrangements and introspective songwriting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}