Information about plays

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

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

{
    "id": 3549626,
    "uri": "https://api.kexp.org/v2/plays/3549626/?format=api",
    "airdate": "2025-09-06T13:34:42-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia801906.us.archive.org/6/items/mbid-50a07e8a-0caa-391e-a9e8-d2a9fc5c93bb/mbid-50a07e8a-0caa-391e-a9e8-d2a9fc5c93bb-38520143436_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/6/items/mbid-50a07e8a-0caa-391e-a9e8-d2a9fc5c93bb/mbid-50a07e8a-0caa-391e-a9e8-d2a9fc5c93bb-38520143436_thumb250.jpg",
    "song": "Expectations",
    "track_id": "bea3eee9-efac-3f28-85ea-25cacc4a096c",
    "recording_id": "9dda0668-19e9-4f9d-9b0b-f02db993a65c",
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Tigermilk",
    "release_id": "50a07e8a-0caa-391e-a9e8-d2a9fc5c93bb",
    "release_group_id": "a36f3183-e862-3829-a4eb-b924264c76b6",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1999-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Belle & Sebastian will be performing in San Francisco at the Masonic next summer June 10th and 11th. They will be performing Tigermilk in it's entirety on the 10th and If You Are Feeling Sinister on the 11th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}