Information about plays

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

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

{
    "id": 3633718,
    "uri": "https://api.kexp.org/v2/plays/3633718/?format=api",
    "airdate": "2026-03-26T02:41:21-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wyatt Earp",
    "track_id": null,
    "recording_id": null,
    "artist": "The Marquees",
    "artist_ids": [
        "1e6b68cc-a0e9-4102-a1db-2c4919c6bfa3"
    ],
    "album": "Wyatt Earp",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1957-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After the original lineup of The Moonglows fell apart, Harvey Fuqua recruited another doowop group from Washington, DC to become the New Moonglows. The Marquees had released a single called \"Wyatt Earp\", written and produced by Bo Diddley.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}