Information about plays

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

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

{
    "id": 3563260,
    "uri": "https://api.kexp.org/v2/plays/3563260/?format=api",
    "airdate": "2025-10-10T04:56:13-07:00",
    "show": 64792,
    "show_uri": "https://api.kexp.org/v2/shows/64792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready for We",
    "track_id": "7b6e24af-ecdb-3024-bcc8-baefab5a88d3",
    "recording_id": "4cc947f0-95a3-4dae-a162-5f8cbcbfa3b9",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "Future Talk",
    "release_id": "5e6a63a1-4836-4883-8505-f4ba7cc84210",
    "release_group_id": "8ca8fdbd-6575-448e-808c-cc534c6be872",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's own The Physics - Thig Natural (Gathigi Gishuru), Monk Wordsmith (Njuguna Gishuru) and Just D'Amato (Justin Hare) - released their debut 'Future Talk' in 2007. Check out the video!\nhttps://vimeo.com/828970\n\n- and check out a 2014 live KEXP in-studio!\nhttps://youtu.be/8sgdmI1T1NE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}