Information about plays

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

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

{
    "id": 3583526,
    "uri": "https://api.kexp.org/v2/plays/3583526/?format=api",
    "airdate": "2025-11-27T05:01:19-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakfast",
    "track_id": null,
    "recording_id": "3e6a0453-fa73-464b-9512-b59c3d5eb5ae",
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Food",
    "release_id": null,
    "release_group_id": "e2606a68-be6b-49b9-a7b2-046492c5bba0",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2014-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Early with Lisa LeClair...are you hungry? \n\nKelis describes her sixth album as “a kind of unspoken lovefest”, albeit one involving two unlikely partners. On the one hand, there is Kelis Rogers, who first came to prominence singing the hook of Ol’ Dirty Bastard’s 1999 hit Got Your Money; whose debut album Kaleidoscope helped usher in the wave of sharp, thrillingly futuristic r’n’b that dominated the charts in the early Noughties.\n\nhttps://kelisfood.bandcamp.com/track/breakfast",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}