Information about plays

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

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

{
    "id": 3599118,
    "uri": "https://api.kexp.org/v2/plays/3599118/?format=api",
    "airdate": "2026-01-02T06:22:33-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vacancy",
    "track_id": "2204a62f-967c-4596-b03d-3bbdff794f6d",
    "recording_id": "94b37b9e-ae11-4472-b1e0-def4aa15b9fb",
    "artist": "Still Blank",
    "artist_ids": [
        "0a7734c0-a5ae-4fb5-8c3a-5ac66cd05ac8"
    ],
    "album": "Still Blank",
    "release_id": "5df4e4e9-de9d-4891-a72a-ce73a88c7be1",
    "release_group_id": "90cc756c-1a19-480c-9301-0965401cf148",
    "labels": [
        "Capitol Records",
        "Distant Relative Recordings"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "994858c6-ac8a-4694-a9e4-c2bb1b43022c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Vacancy” is a 2025 track from Still Blank’s self‑titled debut album. The band are a transatlantic duo—Jordy Fleming and Ben Kirkland—who recorded much of the record between London, Los Angeles, and a cabin in Wales with producers Joel Pott and Flood.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}