Information about plays

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

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

{
    "id": 3633978,
    "uri": "https://api.kexp.org/v2/plays/3633978/?format=api",
    "airdate": "2026-03-26T17:58:01-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://dn710003.ca.archive.org/0/items/mbid-0ea56e61-1bdf-4665-90b2-52fe0f18b8da/mbid-0ea56e61-1bdf-4665-90b2-52fe0f18b8da-39191685301_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-0ea56e61-1bdf-4665-90b2-52fe0f18b8da/mbid-0ea56e61-1bdf-4665-90b2-52fe0f18b8da-39191685301_thumb250.jpg",
    "song": "Bein’ Green",
    "track_id": "1b275a36-c954-4ca4-b2ef-3c7c8d13f1b1",
    "recording_id": "9baecedd-f2e6-459f-ad29-f6f944fac582",
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Muppets: The Green Album",
    "release_id": "0ea56e61-1bdf-4665-90b2-52fe0f18b8da",
    "release_group_id": "cd80012b-c87e-4552-90cf-74d515ca2fec",
    "labels": [
        "Walt Disney Records"
    ],
    "label_ids": [
        "1c50034a-5c92-41a4-95ad-0acb7ea4686f"
    ],
    "release_date": "2011-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sometimes it's not easy bein' green. This is Andrew Bird covering Kermit's famous song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}