Information about plays

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

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

{
    "id": 3580650,
    "uri": "https://api.kexp.org/v2/plays/3580650/?format=api",
    "airdate": "2025-11-20T13:13:52-08:00",
    "show": 65162,
    "show_uri": "https://api.kexp.org/v2/shows/65162/?format=api",
    "image_uri": "https://ia601306.us.archive.org/26/items/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82-12732273683_thumb500.jpg",
    "thumbnail_uri": "https://ia601306.us.archive.org/26/items/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82-12732273683_thumb250.jpg",
    "song": "I Could Be Happy",
    "track_id": "6d6fc2b0-acff-4228-820f-f75a39f7eb1c",
    "recording_id": "bf4a1dc4-571d-4606-819c-3a406e975952",
    "artist": "Altered Images",
    "artist_ids": [
        "318d3337-7ca5-49af-aa94-d95934717858"
    ],
    "album": "I Could Be Happy: The Best of Altered Images",
    "release_id": "64fb73ef-c432-4c60-9bee-71eac21bbc48",
    "release_group_id": "25037b72-b6b9-45da-afa2-6b93a72c97bb",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Don't you love that voice?  That's Scottish singer Clare Grogan. Did you know that she later became an actress?  \n\nHere's a biography of the band: https://www.allmusic.com/artist/altered-images-mn0000178645#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}