Information about plays

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

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

{
    "id": 3595693,
    "uri": "https://api.kexp.org/v2/plays/3595693/?format=api",
    "airdate": "2025-12-25T05:36:19-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://coverartarchive.org/release/c29389bc-e5e5-42b8-ad85-e17229274967/29885878132-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c29389bc-e5e5-42b8-ad85-e17229274967/29885878132-250.jpg",
    "song": "Out in the Cold Again",
    "track_id": null,
    "recording_id": "80107375-db6a-44b4-b820-c1b3d1effdd8",
    "artist": "Dean Martin",
    "artist_ids": [
        "5e6c760b-42e0-4df4-a221-0269355da00a"
    ],
    "album": "A Winter Romance",
    "release_id": null,
    "release_group_id": "e4e74204-ff9b-3136-9284-1c138613c355",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1959-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dean Martin, whose velvet voice gave the world \"Let It Snow! Let It Snow! Let It Snow!\" among other holiday classics, died on December 25, 1995, at age 78, due to acute respiratory failure. Martin's signature crooning style features on many Christmas playlists",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}