Information about plays

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

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

{
    "id": 3594927,
    "uri": "https://api.kexp.org/v2/plays/3594927/?format=api",
    "airdate": "2025-12-23T14:28:56-08:00",
    "show": 65457,
    "show_uri": "https://api.kexp.org/v2/shows/65457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold at Night",
    "track_id": "1762c71a-4341-49dd-91a9-3a1265da1159",
    "recording_id": "e3255ab1-d6d2-46fe-9287-5ea07bc52183",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "Through This Fire Across From Peter Balkan",
    "release_id": "f2805413-bcd1-4443-ab2c-9c24d03d4f3b",
    "release_group_id": "8264bc1e-511e-48a5-bf17-572420d86437",
    "labels": [
        "Cadmean Dawn"
    ],
    "label_ids": [
        "646948b5-1cb9-4c6b-9f72-2e77aa9db521"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Cold at Night\" is a song by The Mountain Goats, released as a single in October 2025 ahead of their album Through This Fire Across From Peter Balkan. The track tells the story of survival and psychological struggle in the aftermath of a shipwreck, focusing on the isolated, dwindling survivors and the haunting atmosphere of their ordeal.\n\n\"Cold at Night\" features Tommy Stinson (The Replacements, Guns N' Roses) on bass, and harmony/response vocals from Lin-Manuel Miranda.\n\nhttps://www.youtube.com/watch?v=7j4Zg6jmeiI\n\nhttps://themountaingoats.bandcamp.com/\nhttps://www.mountain-goats.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}