Information about plays

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

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

{
    "id": 3595929,
    "uri": "https://api.kexp.org/v2/plays/3595929/?format=api",
    "airdate": "2025-12-25T16:56:50-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://ia801408.us.archive.org/3/items/mbid-110b82ba-760d-4acb-9f65-7e649c6960da/mbid-110b82ba-760d-4acb-9f65-7e649c6960da-19014480034_thumb500.jpg",
    "thumbnail_uri": "https://ia801408.us.archive.org/3/items/mbid-110b82ba-760d-4acb-9f65-7e649c6960da/mbid-110b82ba-760d-4acb-9f65-7e649c6960da-19014480034_thumb250.jpg",
    "song": "Xmas at K-Mart",
    "track_id": "86182deb-2061-34d0-8a4e-860522c4b922",
    "recording_id": "64580431-7183-4e53-9ca7-31a9738d5a78",
    "artist": "Root Boy Slim & The Sex Change Band with The Rootettes",
    "artist_ids": [
        "10ec376b-ce74-480c-aa3b-216543ab9273"
    ],
    "album": "Just Can't Get Enough: New Wave Xmas",
    "release_id": "110b82ba-760d-4acb-9f65-7e649c6960da",
    "release_group_id": "4296f282-7085-3c3f-acbc-46f38403d8e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1996-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}