Information about plays

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

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

{
    "id": 3595387,
    "uri": "https://api.kexp.org/v2/plays/3595387/?format=api",
    "airdate": "2025-12-24T14:41:16-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?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": "Little Drummer Boy",
    "track_id": "57c46f9a-e084-3c97-b0eb-e0c430a11e27",
    "recording_id": "84a87c57-3e4a-4c0b-9c5f-8bff66d47c2c",
    "artist": "David Bowie & Bing Crosby",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50",
        "2437980f-513a-44fc-80f1-b90d9d7fcf8f"
    ],
    "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": "Going out to Julie!\n\nhttps://www.cbc.ca/music/read/david-bowie-bing-crosby-and-the-story-of-the-strangest-christmas-duet-ever-1.5008343",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}