Information about plays

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

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

{
    "id": 3616925,
    "uri": "https://api.kexp.org/v2/plays/3616925/?format=api",
    "airdate": "2026-02-13T09:31:21-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God’s Lonely Man",
    "track_id": "d95cad84-2ace-4a5d-bce7-4a2ef258a92b",
    "recording_id": "30e5dfc3-8982-44bc-8caa-829f4c7f3bf6",
    "artist": "Anna Calvi feat. Iggy Pop",
    "artist_ids": [
        "462a9ce0-e1f3-4cbc-a21e-0998003d9386",
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "Is This All There Is?",
    "release_id": "afce0281-5459-4bfe-98eb-b873fbd6b1f5",
    "release_group_id": "6c431384-e7cb-4c17-93b1-a6a236052dd8",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anna Calvi announced a new EP ‘Is This All There Is?’ arriving March 20 featuring collaborations with Iggy Pop, Laurie Anderson, Perfume Genius, and The National’s Matt Berninger. \n--\nThe EP’s electrifying opening song “God’s Lonely Man” pairs Calvi with Iggy Pop, who embodies the voice of her destructive internal monologue. “He’s disruptive, raw, and honest — a singular force. His presence was so perfect for the narrative of this song,” Calvi explains.\n--\nSee the powerful video: https://www.youtube.com/watch?v=VwM4MNdz8v8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}