Information about plays

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

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

{
    "id": 3528289,
    "uri": "https://api.kexp.org/v2/plays/3528289/?format=api",
    "airdate": "2025-07-17T18:03:03-07:00",
    "show": 64039,
    "show_uri": "https://api.kexp.org/v2/shows/64039/?format=api",
    "image_uri": "https://ia600307.us.archive.org/34/items/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93-35266018550_thumb500.jpg",
    "thumbnail_uri": "https://ia800307.us.archive.org/34/items/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93/mbid-b5a2c004-d5dc-4e61-9d5c-387671ef7d93-35266018550_thumb250.jpg",
    "song": "Cowboy Nudes",
    "track_id": "1dcd21e7-e2d2-481f-a88c-0b47add59b95",
    "recording_id": "e65faec0-bd67-41ce-82d4-dbe6715cb45b",
    "artist": "Geese",
    "artist_ids": [
        "e0c97a4d-c392-41a9-a374-57af3e3eeab3"
    ],
    "album": "3D Country",
    "release_id": "b5a2c004-d5dc-4e61-9d5c-387671ef7d93",
    "release_group_id": "d87d8f5d-4d89-45e1-b86d-2f9241db0edc",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2023-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Geese will be touring!\n\n- October 24th @ Seattle's Neumos\n- October 25th @ Vancouver, BC's Hollywood Theatre\n- October 26th @ Portland, OR's Wonder Ballroom\n- October 28th @ SF's The Fillmore\n\nMore dates and locales here: https://geeseband.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}