Information about plays

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

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

{
    "id": 3601929,
    "uri": "https://api.kexp.org/v2/plays/3601929/?format=api",
    "airdate": "2026-01-08T18:35:43-08:00",
    "show": 65597,
    "show_uri": "https://api.kexp.org/v2/shows/65597/?format=api",
    "image_uri": "https://ia600808.us.archive.org/31/items/mbid-c743347f-da6b-3e18-b752-771f25bafa56/mbid-c743347f-da6b-3e18-b752-771f25bafa56-14894743171_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/31/items/mbid-c743347f-da6b-3e18-b752-771f25bafa56/mbid-c743347f-da6b-3e18-b752-771f25bafa56-14894743171_thumb250.jpg",
    "song": "Pacific Theme",
    "track_id": "a3db9216-27bb-3647-a721-913aac1c588c",
    "recording_id": "b1326b17-d876-47dc-8a0a-a4a05bb2087d",
    "artist": "Broken Social Scene",
    "artist_ids": [
        "2eada8f8-056a-4093-bbc2-004909ce743b"
    ],
    "album": "You Forgot It in People",
    "release_id": "c743347f-da6b-3e18-b752-771f25bafa56",
    "release_group_id": "65731979-ad24-3497-8c8b-541be4aa2fae",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2003-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[airbreak]\n\nBroken Social Scene performed this song live at Seattle's Triple Door as part of KEXP's VIP Club Concert series in July 2019 -- https://youtu.be/dWrHpvsBYBc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}