Information about plays

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

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

{
    "id": 3572088,
    "uri": "https://api.kexp.org/v2/plays/3572088/?format=api",
    "airdate": "2025-10-31T04:49:02-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia800200.us.archive.org/6/items/mbid-845771b5-20c4-4d06-bd3c-0378a1c91780/mbid-845771b5-20c4-4d06-bd3c-0378a1c91780-41556858440_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/6/items/mbid-845771b5-20c4-4d06-bd3c-0378a1c91780/mbid-845771b5-20c4-4d06-bd3c-0378a1c91780-41556858440_thumb250.jpg",
    "song": "New School Mental",
    "track_id": "03bbe894-b6f5-4921-996d-c3b65c4ca44d",
    "recording_id": "bfb105e4-ee16-45b6-bfc9-bb1a739a248c",
    "artist": "The Physics",
    "artist_ids": [
        "922b68bd-9acb-4853-b1eb-8d89b7ae44e9"
    ],
    "album": "Tomorrow People",
    "release_id": "845771b5-20c4-4d06-bd3c-0378a1c91780",
    "release_group_id": "fedc8f3d-db93-4138-bb75-72ebad329d2a",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Representing Seattle’s South End, The Physics are one of the region’s most critically-celebrated hip hop crews. Real-deal brothers Thig Nat and Monk Wordsmith and Justo have been making music since their days at O’Dea High School.\n\nhttps://thephysics.bandcamp.com/album/tomorrow-people\nhttps://thephysics.tumblr.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}