Information about plays

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

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

{
    "id": 3571436,
    "uri": "https://api.kexp.org/v2/plays/3571436/?format=api",
    "airdate": "2025-10-29T14:20:25-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio Song",
    "track_id": null,
    "recording_id": "ff2a3848-16b1-4ec0-84f7-12588f6226e4",
    "artist": "Esperanza Spalding",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316"
    ],
    "album": "Radio Music Society",
    "release_id": null,
    "release_group_id": "8c6c15ff-cfae-4e40-9ba2-7fb4d343bc36",
    "labels": [
        "Universal Music Group International"
    ],
    "label_ids": [
        "edaafb43-0124-4732-a2e3-f7a9936c8bd4"
    ],
    "release_date": "2012-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz bassist, singer, songwriter, and composer Esperanza Emily Spalding has been recognized for her talent many times including four Grammy Awards, a Boston Music Award, and a Soul Train Music Award.\n--\n\"Well somehow he feels it and the DJ here at the station\nSends sweet salvation, when he starts to play this song\nNow you can't help singin' along, even though you never heard it\nYou keep singin' it wrong...\"  Enjoy this tribute to how a song played on the radio can provide salvation: https://genius.com/Esperanza-spalding-radio-song-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}