Information about plays

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

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

{
    "id": 3629011,
    "uri": "https://api.kexp.org/v2/plays/3629011/?format=api",
    "airdate": "2026-03-14T22:33:26-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/2be753fd-d79a-3a6c-80f9-aeb5f946960a/15343175541-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2be753fd-d79a-3a6c-80f9-aeb5f946960a/15343175541-250.jpg",
    "song": "Solitaire",
    "track_id": null,
    "recording_id": "1866e438-ee10-42de-ac61-79f9e8e51019",
    "artist": "Strung Out",
    "artist_ids": [
        "0220a594-56a1-47ca-8288-001ead3a3546"
    ],
    "album": "Suburban Teenage Wasteland Blues",
    "release_id": null,
    "release_group_id": "2dbb4a31-2452-3ce5-9595-c5f63ef248ef",
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "1996-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Tony\n\nStrung Out will be playing at The Fillmore in SF on May 16th with Lagwagon, Western Addiction, and Swingin Utters.\n\nhttps://www.strungoutofficial.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}