Information about plays

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

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

{
    "id": 3592626,
    "uri": "https://api.kexp.org/v2/plays/3592626/?format=api",
    "airdate": "2025-12-18T09:12:24-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mary Tyler Moore",
    "track_id": "493d16cb-bd64-3a1b-8602-8eec815b9630",
    "recording_id": "f5bdad33-cd0f-4536-8b95-3d77b9fff6bb",
    "artist": "Sonny Curtis",
    "artist_ids": [
        "3d01cbe9-b68a-461e-9221-25bd2448ec6f"
    ],
    "album": "Television’s Greatest Hits, Volume 2: More From the 50’s & 60’s",
    "release_id": "b032720a-2f44-41ed-a50e-f1d3fb92813f",
    "release_group_id": "d0d06931-9228-3bb6-afd5-094bc4b7dfe4",
    "labels": [
        "TVT Soundtrax"
    ],
    "label_ids": [
        "834f2d34-a72f-4af3-b5bc-9e5b9d3d16c8"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sonny Curtis died on September 19th from pneumonia. RIP.\n\nCurtis's best known compositions include \"Walk Right Back\", a major hit in 1961 for the Everly Brothers; \"I Fought the Law\", notably covered by the Bobby Fuller Four, the Clash, and Green Day; \"Love is All Around\", the theme song for The Mary Tyler Moore Show; \"More Than I Can Say\", co-written with The Crickets' drummer Jerry Allison and a hit for Leo Sayer in 1980.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}