Information about plays

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

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

{
    "id": 3539275,
    "uri": "https://api.kexp.org/v2/plays/3539275/?format=api",
    "airdate": "2025-08-12T18:23:00-07:00",
    "show": 64272,
    "show_uri": "https://api.kexp.org/v2/shows/64272/?format=api",
    "image_uri": "https://ia803208.us.archive.org/13/items/mbid-ba0d2a61-9a82-49c1-97f2-717e329a4e38/mbid-ba0d2a61-9a82-49c1-97f2-717e329a4e38-15078788947_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/13/items/mbid-ba0d2a61-9a82-49c1-97f2-717e329a4e38/mbid-ba0d2a61-9a82-49c1-97f2-717e329a4e38-15078788947_thumb250.jpg",
    "song": "The World's Gone Mad",
    "track_id": "83ae17e4-4780-3452-aaf6-711008b9edcb",
    "recording_id": "67e39775-1c83-460d-8979-18aea3b2214d",
    "artist": "Handsome Boy Modeling School feat. Del the Funky Homosapien, Barrington Levy & Alex Kapranos",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b",
        "262b08bd-539c-43b4-9dbf-1d85d25e79b8",
        "c3f99319-52c7-47f2-9631-10bc7cc8c589",
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "White People",
    "release_id": "1462835e-dbcb-3dec-b517-23f25c077e90",
    "release_group_id": "95b156e4-c413-3ec4-a1f2-e71d449adc46",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Del the Funky Homosapien (born Teren Delvon Jones), American rapper and producer, born on this day in 1972!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}