Information about plays

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

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

{
    "id": 3608531,
    "uri": "https://api.kexp.org/v2/plays/3608531/?format=api",
    "airdate": "2026-01-24T14:55:02-08:00",
    "show": 65743,
    "show_uri": "https://api.kexp.org/v2/shows/65743/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Texture",
    "track_id": "1d57d2df-fbfb-34e4-9912-3a81f0798f86",
    "recording_id": "a0dbb436-e610-4945-8912-5992dbcc0fd4",
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "812bc186-64fc-4049-bb50-d86097a13d98",
    "release_group_id": "ace1c0b3-fe6b-334e-bccd-261235dae291",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "1992-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Ferment' was the debut studio album for Catherine Wheel. It was produced by Tim Friese-Greene, who worked with Talk Talk for much of their career as well as other artists including Thomas Dolby.\n\nCatherine Wheel's Rob Dickinson today is a solo artist and founded a company that performs fine car restoration!\n\nhttps://robdickinson.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}