Information about plays

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

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

{
    "id": 3621179,
    "uri": "https://api.kexp.org/v2/plays/3621179/?format=api",
    "airdate": "2026-02-23T07:18:45-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "10:23",
    "track_id": "a6599dd0-5d45-4379-b076-c0d4a57b5c8e",
    "recording_id": "de791ea5-4ae1-4713-b66b-ed7125bd7db6",
    "artist": "Hank Bee",
    "artist_ids": [
        "38869941-6034-43c6-9afb-7682ece0a79d"
    ],
    "album": "a sudden hankering",
    "release_id": "703966dd-b110-4241-87eb-839745c19e92",
    "release_group_id": "8807352d-adcb-407e-b822-b38a9b01815c",
    "labels": [
        "Memorials of Distinction"
    ],
    "label_ids": [
        "b42d1ab3-d673-4525-8930-c74a3321d3f5"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the official video for this new song here: https://www.youtube.com/watch?v=5eIM6MfB10w\n\n\"Hank Bee is the solo project of Liverpool-based, Northumbrian musician Hannah Brown. Drawing from the folk and country traditions of the North-East while embracing the intensity of alternative rock, her music offers lyrical candor wrapped in vivid guitar-led arrangements.\"\n\nhttps://memorialsofdistinction.bandcamp.com/album/a-sudden-hankering",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}