Information about plays

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

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

{
    "id": 3633323,
    "uri": "https://api.kexp.org/v2/plays/3633323/?format=api",
    "airdate": "2026-03-25T01:35:29-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/d56df653-a836-4935-8543-5a85e524022a/33827190617-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d56df653-a836-4935-8543-5a85e524022a/33827190617-250.jpg",
    "song": "Sometimes (from “Fire Island”)",
    "track_id": null,
    "recording_id": "789ba00a-cb3c-4450-940b-2f909bf90e60",
    "artist": "MUNA",
    "artist_ids": [
        "19991eaf-c64b-4db7-bc06-12cade54bfe5"
    ],
    "album": "Sometimes (from “Fire Island”)",
    "release_id": null,
    "release_group_id": "84663ade-865f-44f8-82a1-19aecb0d773f",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2022-06-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering Britney Spears! https://www.youtube.com/watch?v=sLUnDLEZMBg It appears on the soundtrack to Fire Island, a rom-com starring Joel Kim Booster, SNL's Bowen Yang, Conrad Ricamora, and Margaret Cho. It's streaming now on Hulu.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}