Information about plays

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

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

{
    "id": 3598352,
    "uri": "https://api.kexp.org/v2/plays/3598352/?format=api",
    "airdate": "2025-12-31T07:27:34-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fishing Boat",
    "track_id": "45884f8a-1eaa-46ef-9b07-52b96cc55218",
    "recording_id": "a3e573f5-0108-4d38-860e-f5f056cdaa22",
    "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": "From their Bandcamp:\n\n\"John Darnielle has written almost 600 songs now, and some of them are very sad, dealing with hard drugs and tragic ends, hurting yourself and others, sicknesses of both body and brain, off-brand alcohols. They are told in beautiful, unnerving, specific detail because he is a very good writer, and also some of them are just true stories about his own life.\"\n—John Hodgman, 2012\n\nhttps://themountaingoats.bandcamp.com\nhttps://www.mountain-goats.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}