Information about plays

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

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

{
    "id": 3551798,
    "uri": "https://api.kexp.org/v2/plays/3551798/?format=api",
    "airdate": "2025-09-11T18:08:46-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://ia801900.us.archive.org/7/items/mbid-a3ac735e-e772-3043-84e7-be8215492834/mbid-a3ac735e-e772-3043-84e7-be8215492834-3072789210_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/7/items/mbid-a3ac735e-e772-3043-84e7-be8215492834/mbid-a3ac735e-e772-3043-84e7-be8215492834-3072789210_thumb250.jpg",
    "song": "#1 Crush (Nellee Hooper mix)",
    "track_id": "03661919-7ca2-3b80-9ca3-79e694ebdaba",
    "recording_id": "6f5dbcb9-287b-4082-a830-3cf0e6aface9",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "William Shakespeare’s Romeo + Juliet: Music From the Motion Picture",
    "release_id": "a3ac735e-e772-3043-84e7-be8215492834",
    "release_group_id": "650ebbf1-e25c-3f13-ac2b-d98010c1c5ee",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-03-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Garbage is touring!\n- October 15th @ Seattle's Paramount Theatre\n- October 17th @ Boise, ID's Knitting Factory\n- October 18th @ Spokane's Knitting Factory\n- October 21st @ Portland's McMenamins Crystal Ballroom\n- October 24th @ SF's The Warfield\n\nMore dates & locales here: https://www.garbage.com/tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}