Information about plays

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

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

{
    "id": 3595687,
    "uri": "https://api.kexp.org/v2/plays/3595687/?format=api",
    "airdate": "2025-12-25T05:23:52-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Jack Frost Get Lost",
    "track_id": null,
    "recording_id": "ee3c5c5c-f598-4c6f-b71a-8dbea8b44556",
    "artist": "Frankie Carle",
    "artist_ids": [
        "21ebab35-e102-49a6-bf4c-15c47a7595d2"
    ],
    "album": "I’ll Be Home for Christmas",
    "release_id": null,
    "release_group_id": "c7ff4a9c-060a-3c61-9cb6-b8881eba680a",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frankie Carle was an American pianist and bandleader. As a very popular bandleader in the 1940s and 1950s, Carle was nicknamed \"The Wizard of the Keyboard\" for his piano skills. \"\n\nhttps://nagelheyer.bandcamp.com/track/little-jack-frost-get-lost-frankie-carle-with-marjorie-hughes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}