Information about plays

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

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

{
    "id": 3592625,
    "uri": "https://api.kexp.org/v2/plays/3592625/?format=api",
    "airdate": "2025-12-18T09:10:16-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Fought the Law",
    "track_id": "1fd01f38-1ee3-3a7c-b185-ad9cd233b4ac",
    "recording_id": "46dae522-3e9b-4749-9b9b-72f55e2be73d",
    "artist": "The Crickets",
    "artist_ids": [
        "de9a19b3-531b-4df3-ae90-4763fe282946"
    ],
    "album": "In Style With the Crickets",
    "release_id": "ba665803-73ca-4587-9636-96d6dd64c2fb",
    "release_group_id": "3706b7a9-3204-30f5-be42-7f88863b4b43",
    "labels": [
        "Coral Records"
    ],
    "label_ids": [
        "17060be5-22eb-49ff-90f3-da766d41812f"
    ],
    "release_date": "1960-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Sonny Curtis, who died  at 88 from pneumonia at a hospital Nashville, TN.\n\nCurtis was born on May 9, 1937 in Meadow, a tiny town in West Texas. Known for his collaborations with Buddy Holly, he was a member of the Crickets and continued with the band after Holly's death. He is a member of 3 music Halls of Fame including the Rock and Roll Hall Of Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}