Information about plays

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

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

{
    "id": 3571316,
    "uri": "https://api.kexp.org/v2/plays/3571316/?format=api",
    "airdate": "2025-10-29T06:36:36-07:00",
    "show": 64963,
    "show_uri": "https://api.kexp.org/v2/shows/64963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicken Strut",
    "track_id": "8c0c60cc-8838-31f1-a902-b8eedff2a371",
    "recording_id": "ce85377f-ba48-44b4-ba9a-347c4718ff3d",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Funk Drops 2: Breaks, Nuggets and Rarities",
    "release_id": "536c43a2-3250-40ad-b12d-9d6ca16204f0",
    "release_group_id": "f20a2edb-1b14-35dd-b73e-88cc9f97b696",
    "labels": [
        "Warner Strategic Marketing United Kingdom"
    ],
    "label_ids": [
        "6aff79da-ebdf-4f83-9a07-d998fb3a947e"
    ],
    "release_date": "2002-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Gotta shout out WWOZ in New Orleans. They play some deeeeep New Orleans cuts and it’s my go to “I’m homesick” station.\" - Jeff, Cincinnati \n\n\nThis iconic New Orleans quartet came together during informal sessions held in New Orleans clubs. \n\nWatch them perform \"Chicken Strut\" live in 2011:  \n\nhttps://youtu.be/XDMZTqruKZ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}