Information about plays

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

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

{
    "id": 3581029,
    "uri": "https://api.kexp.org/v2/plays/3581029/?format=api",
    "airdate": "2025-11-21T11:44:08-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia801901.us.archive.org/8/items/mbid-3bf0025d-8a7f-46f8-b69a-c2de9fed4461/mbid-3bf0025d-8a7f-46f8-b69a-c2de9fed4461-39700920467_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/8/items/mbid-3bf0025d-8a7f-46f8-b69a-c2de9fed4461/mbid-3bf0025d-8a7f-46f8-b69a-c2de9fed4461-39700920467_thumb250.jpg",
    "song": "Flow With It (You Got Me Feeling Like)",
    "track_id": "4db6df00-199a-4b13-8944-101259debb6c",
    "recording_id": "260d6b1f-505a-430f-b7fe-75070f7dd9aa",
    "artist": "St. Paul & The Broken Bones",
    "artist_ids": [
        "4486702e-7b26-43fd-babc-c0df7be0e1d9"
    ],
    "album": "Sea of Noise",
    "release_id": "3bf0025d-8a7f-46f8-b69a-c2de9fed4461",
    "release_group_id": "7288f624-c734-4354-b571-eb54b1ab0e32",
    "labels": [
        "Records LLC"
    ],
    "label_ids": [
        "a4218c35-7a09-4404-ba1e-f5d71ad13a34"
    ],
    "release_date": "2016-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Birmingham, Alabama, St. Paul & The Broken Bones will play in San Francisco on April 1st at The Warfield. \n\nTheir new self-titled album came out in October! \nhttps://stpaulandthebrokenbones.com\n\nThe band performed Live on KEXP back in 2014. Enjoy the full session here: https://www.youtube.com/watch?v=tmX9_1d2o_Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}