Information about plays

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

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

{
    "id": 3669746,
    "uri": "https://api.kexp.org/v2/plays/3669746/?format=api",
    "airdate": "2026-06-19T05:05:49-07:00",
    "show": 67026,
    "show_uri": "https://api.kexp.org/v2/shows/67026/?format=api",
    "image_uri": "https://coverartarchive.org/release/0d732317-4d8f-42ec-ad14-047a90079504/43344839876-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0d732317-4d8f-42ec-ad14-047a90079504/43344839876-250.jpg",
    "song": "The Pressure (Frankie Knuckles Classic Mix)",
    "track_id": null,
    "recording_id": "f99085df-7c7c-4ce8-b040-3748785716d3",
    "artist": "Sounds of Blackness",
    "artist_ids": [
        "4f9d560b-f378-4bdb-9676-8b7aa7744821"
    ],
    "album": "The Pressure",
    "release_id": null,
    "release_group_id": "74f29e7e-e359-44f7-97ff-0b48de48fb02",
    "labels": [
        "AM:PM"
    ],
    "label_ids": [
        "ef1eaec7-771c-45f8-8a3a-53bf167da559"
    ],
    "release_date": "1998-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix by the Godfather of House, Frankie Knuckles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}