Information about plays

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

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

{
    "id": 3596718,
    "uri": "https://api.kexp.org/v2/plays/3596718/?format=api",
    "airdate": "2025-12-27T13:29:28-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thrill of the Night",
    "track_id": "46007f4e-540b-413d-b9b6-d156d8772e76",
    "recording_id": "b0400ffb-5b50-486d-8783-1947f40fddd4",
    "artist": "Sébastien Tellier",
    "artist_ids": [
        "ac69016f-42cc-4322-b70e-101458b769aa"
    ],
    "album": "Kiss The Beast",
    "release_id": "3606e97d-4616-4fee-a821-de7d3e651d40",
    "release_group_id": "f502aa97-033b-462f-8367-cd3f46248337",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sebastien Tellier is one of the most significant French artists of the last decade. He is the 2000s’ romantic dandy, a real icon proved by his musical genius and his charisma demeanor though enigmatic nonchalant style and his sense of fun.\n\nHis new album 'Kiss The Beast' drops on Jan. 30, 2026. Preorders available.\n\nhttps://sebastientellier.bandcamp.com\nhttps://sebastientellier.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}