Information about plays

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

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

{
    "id": 3545794,
    "uri": "https://api.kexp.org/v2/plays/3545794/?format=api",
    "airdate": "2025-08-28T07:37:13-07:00",
    "show": 64408,
    "show_uri": "https://api.kexp.org/v2/shows/64408/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca8f6aef-0707-4093-8536-be86988fcb4a/32875484320-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca8f6aef-0707-4093-8536-be86988fcb4a/32875484320-250.jpg",
    "song": "Ever Fallen in Love (With Someone You Shouldn’t’ve)",
    "track_id": null,
    "recording_id": "ed2341bc-1db8-4464-826f-d8ad134099cb",
    "artist": "Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Singles Going Steady",
    "release_id": null,
    "release_group_id": "6a537b72-0bd3-38c5-8aa1-0527e6e9a2f3",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1979-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This punk classic was inspired by some dialogue (\"Have you ever fallen in love with someone you shouldn't have\") in the 1955 film Guys & Dolls.\n- https://www.songfacts.com/facts/buzzcocks/ever-fallen-in-love-with-someone-you-shouldntve\n-\nhttp://www.buzzcocks.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}