Information about plays

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

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

{
    "id": 3621215,
    "uri": "https://api.kexp.org/v2/plays/3621215/?format=api",
    "airdate": "2026-02-23T09:03:28-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow Light",
    "track_id": "004fe5da-8eed-4dd6-8619-b1a7d75180ca",
    "recording_id": "1961a909-707a-4616-b5d7-57b6ac08143f",
    "artist": "Ellur",
    "artist_ids": [
        "87490c2a-0fe6-4811-85f2-43c3d0a4beaf"
    ],
    "album": "At Home in My Mind",
    "release_id": "ecadd7ae-7b94-4f68-8efc-e02f6e64457e",
    "release_group_id": "40bda527-763e-4401-9850-7ccc8eeac39a",
    "labels": [
        "Dance to the Radio"
    ],
    "label_ids": [
        "6160b3df-55f8-48e6-b982-ea7f3a6be763"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music! \n\n\"The album is a journey around Ellur’s mind, it dips into different musical genres that have shaped her for the past 24 years – from the 90s indie rock she grew up with, to glitch-pop she discovered in her late teens to the alt-folk she cherishes now.\"\n\nhttps://ellur.bandcamp.com/album/at-home-in-my-mind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}