Information about plays

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

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

{
    "id": 3629243,
    "uri": "https://api.kexp.org/v2/plays/3629243/?format=api",
    "airdate": "2026-03-15T11:15:06-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Dream If I Want To (The Amphetamine Blues)",
    "track_id": null,
    "recording_id": "8c5c2f2b-317a-4b15-a167-fc11a25f6fa2",
    "artist": "Mink DeVille",
    "artist_ids": [
        "1c2938ae-37df-44a7-8630-be2cb1d357e0"
    ],
    "album": "Live at CBGB's: The Home of Underground Rock",
    "release_id": null,
    "release_group_id": "6774a26d-dcf3-4f54-877f-cbe7b4e634db",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded live at the New York club over June 4-6, 1976 featuring some of the lesser known artists who performed there.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}