Information about plays

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

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

{
    "id": 3549312,
    "uri": "https://api.kexp.org/v2/plays/3549312/?format=api",
    "airdate": "2025-09-05T17:44:38-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia801609.us.archive.org/12/items/mbid-c4511ed5-4988-447b-ad9f-6c1794d2e278/mbid-c4511ed5-4988-447b-ad9f-6c1794d2e278-35470134893_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/12/items/mbid-c4511ed5-4988-447b-ad9f-6c1794d2e278/mbid-c4511ed5-4988-447b-ad9f-6c1794d2e278-35470134893_thumb250.jpg",
    "song": "Cities in Dust",
    "track_id": "23b776f0-7842-4551-9f2b-bfbfc0084c79",
    "recording_id": "5eaedfe8-f1ca-43c3-a3be-cff1a991d311",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Witness to Your Love",
    "release_id": "c4511ed5-4988-447b-ad9f-6c1794d2e278",
    "release_group_id": "f0ed9fa3-b078-4c42-a435-30f934949ac1",
    "labels": [
        "BMG",
        "STUNVOLUME"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38",
        "27c7ccc6-5766-41a6-8835-26155840bb3c"
    ],
    "release_date": "2023-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garbage x2 as per usual ;)\nGarbage will grace us with their performances on: -October 15th in Seattle @ Paramount Theatre -October 18th in Spokane @ Knitting Factory -October 20th in Vancouver, BC @ Orpheum Theatre -October 21st in Portland, OR @ McMenamins Crystal Ballroom -October 24th in SF @ The Warfield Check here for more dates & locales: https://www.garbage.com/tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}