Information about plays

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

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

{
    "id": 3599685,
    "uri": "https://api.kexp.org/v2/plays/3599685/?format=api",
    "airdate": "2026-01-03T14:56:42-08:00",
    "show": 65553,
    "show_uri": "https://api.kexp.org/v2/shows/65553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dålig teve",
    "track_id": "7cacc09e-94c5-4d13-ac93-5de4e3ae9937",
    "recording_id": "afb6e31d-cfa4-4920-878f-c6d074a359f3",
    "artist": "Dina Ögon",
    "artist_ids": [
        "dd682352-d506-4d75-90cc-ff8daa0af05a"
    ],
    "album": "Dålig teve",
    "release_id": "d88f97c7-2d0c-4997-ab95-3552c8687d3e",
    "release_group_id": "aa7d0eec-000a-49e7-b3eb-f1aedf5770d8",
    "labels": [
        "Playground Music"
    ],
    "label_ids": [
        "c446ebe7-a528-406e-9d88-a44aeb8907da"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stockholm-based band Dina Ögon captures the warmth of Laurel Canyon with solid grooves, they haven't missed once since coming on the scene in 2021!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}