Information about plays

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

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

{
    "id": 3595155,
    "uri": "https://api.kexp.org/v2/plays/3595155/?format=api",
    "airdate": "2025-12-24T01:59:44-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "https://coverartarchive.org/release/d152e2bc-6af2-4b61-9bec-33b2befb93c7/23691087282-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d152e2bc-6af2-4b61-9bec-33b2befb93c7/23691087282-250.jpg",
    "song": "In the Cold, Cold Night",
    "track_id": null,
    "recording_id": "318b4aeb-ba9b-4cd4-bce9-7af1a34cba8a",
    "artist": "Tracey Thorn",
    "artist_ids": [
        "6dbd7f8b-20ac-4287-8dd3-b4cae5c5f82f"
    ],
    "album": "In the Cold, Cold Night",
    "release_id": null,
    "release_group_id": "2f625933-b132-46a9-94d1-6dff4034aef5",
    "labels": [
        "Strange Feeling"
    ],
    "label_ids": [
        "8ee255a4-72c5-4345-934b-1d9537ba31d5"
    ],
    "release_date": "2012-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover! \"In the Cold, Cold Night\" is a song by American rock duo the White Stripes from their fourth studio album, Elephant (2003). The fifth track on Elephant, it was written and produced by Jack White specifically for Meg White to sing, marking her first time performing as the band's lead vocalist. The song was also composed by the duo. Musically, it features a minimal soundscape and lyrics about a woman awaiting her lover's return.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}