Information about plays

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

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

{
    "id": 3554360,
    "uri": "https://api.kexp.org/v2/plays/3554360/?format=api",
    "airdate": "2025-09-17T22:50:16-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?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": "Armies of the Lord",
    "track_id": "1f92f797-8c0b-4887-b8a0-d3b1de870128",
    "recording_id": "de72d417-901e-417a-9b9e-87fe389d22dc",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Neptune on December 3 and 4.\n\nhttps://themountaingoats.bandcamp.com/album/through-this-fire-across-from-peter-balkan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}