Information about plays

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

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

{
    "id": 3657326,
    "uri": "https://api.kexp.org/v2/plays/3657326/?format=api",
    "airdate": "2026-05-20T17:42:46-07:00",
    "show": 66769,
    "show_uri": "https://api.kexp.org/v2/shows/66769/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-dd0e7313-ec61-413c-9eef-5e6ad96257ed/mbid-dd0e7313-ec61-413c-9eef-5e6ad96257ed-34914197284_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-dd0e7313-ec61-413c-9eef-5e6ad96257ed/mbid-dd0e7313-ec61-413c-9eef-5e6ad96257ed-34914197284_thumb250.jpg",
    "song": "My My Orca Card",
    "track_id": "099738d5-3dba-47e6-b77f-8dd4b298cc2d",
    "recording_id": "cdfbe904-8ecf-4ab6-adb9-5604b0531c67",
    "artist": "Who Is She?",
    "artist_ids": [
        "efcc3a91-71df-4298-af8f-d4336a2bad79"
    ],
    "album": "My My Orca Card",
    "release_id": "dd0e7313-ec61-413c-9eef-5e6ad96257ed",
    "release_group_id": "7f82c6b0-3de8-4f3b-9610-602e1ea029ab",
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2023-02-15",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Who is She? is a Seattle supergroup featuring members of Tacocat, Chastity Belt, and Lisa Prank. They say, \"This is our take on the Le Tigre song 'My My Metro Card.' We love Le Tigre and public transit and wanted to make this song about Seattle, so we added some of our favorite Seattle bus lines and sprinkled in a local billionaire villain.\"\n\nhttps://whoisshe.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}