Information about plays

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

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

{
    "id": 3545758,
    "uri": "https://api.kexp.org/v2/plays/3545758/?format=api",
    "airdate": "2025-08-28T05:36:53-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "https://ia601307.us.archive.org/21/items/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8-41649477463_thumb500.jpg",
    "thumbnail_uri": "https://ia601307.us.archive.org/21/items/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8/mbid-66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8-41649477463_thumb250.jpg",
    "song": "73",
    "track_id": "2df59028-c912-4c26-8413-02d211f69115",
    "recording_id": "3c7a9f70-ae24-4368-801f-20674cf97781",
    "artist": "Gwenno",
    "artist_ids": [
        "8f5b15bd-0777-4564-9801-17462e5ff715"
    ],
    "album": "Utopia",
    "release_id": "66286c0e-f5eb-4e25-b47c-a5fdf39e7ef8",
    "release_group_id": "c70fe845-e9a1-4bb6-aec6-7ddf48f79c0e",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth solo album from Cardiff-based singer-songwriter Gwenno (previously of indie pop group The Pipettes). Utopia marks her first release sung primarily in English and reflects on the past 25 years of her life and the many identities she has inhabited along the way.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}