Information about plays

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

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

{
    "id": 3629220,
    "uri": "https://api.kexp.org/v2/plays/3629220/?format=api",
    "airdate": "2026-03-15T10:01:01-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ever See a Diver Kiss His Wife While The Bubbles Bounce About Above the Water?",
    "track_id": null,
    "recording_id": null,
    "artist": "Shirley Ellis",
    "artist_ids": [
        "68aafb3e-cfc2-4549-8dd5-e1d8753dd697"
    ],
    "album": "The Clapping Song...and more",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Geffen"
    ],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A question to ponder from the Bronx, NY singer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}