Information about plays

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

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

{
    "id": 3580416,
    "uri": "https://api.kexp.org/v2/plays/3580416/?format=api",
    "airdate": "2025-11-19T23:12:15-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-f2805413-bcd1-4443-ab2c-9c24d03d4f3b/mbid-f2805413-bcd1-4443-ab2c-9c24d03d4f3b-42990565564_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-f2805413-bcd1-4443-ab2c-9c24d03d4f3b/mbid-f2805413-bcd1-4443-ab2c-9c24d03d4f3b-42990565564_thumb250.jpg",
    "song": "Rocks in My Pockets",
    "track_id": "6201c627-04fe-4ed8-8dee-82bb49d312f4",
    "recording_id": "4ddaccfe-1f62-41b9-a0cf-90bba94dc0cd",
    "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": "The Mountain Goats will be at the Neptune Theatre in Seattle on December 3rd and 4th. They will also be at the Fillmore in SF on December 10th.\n\nhttps://www.mountain-goats.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}