Information about plays

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

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

{
    "id": 3598859,
    "uri": "https://api.kexp.org/v2/plays/3598859/?format=api",
    "airdate": "2026-01-01T14:50:30-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Sexy Thing",
    "track_id": "69edac79-d7b6-3e40-bb5f-2bc0d5d281f2",
    "recording_id": "3a0e22be-2ad1-49ca-8de9-744388ebc033",
    "artist": "Hot Chocolate",
    "artist_ids": [
        "a749130e-c2d8-4a7c-b740-908ea4574961"
    ],
    "album": "Super Hits of the '70s: Have a Nice Day, Vol. 15",
    "release_id": "57274a4c-2e8a-405f-b993-e541c35caa25",
    "release_group_id": "e11fc29e-36f1-3a74-bb02-4ecb4129265b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer Errol Brown wrote this about his wife Ginette. It was the first happy song he wrote - he had always written sad songs before.\n--\nThis was one of two songs to make the UK Top 10 in the 1970s, '80s and '90s. The other one to do so was John Lennon's \"Imagine.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}