Information about plays

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

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

{
    "id": 3637260,
    "uri": "https://api.kexp.org/v2/plays/3637260/?format=api",
    "airdate": "2026-04-03T12:16:55-07:00",
    "show": 66353,
    "show_uri": "https://api.kexp.org/v2/shows/66353/?format=api",
    "image_uri": "https://dn711001.ca.archive.org/0/items/mbid-df6fd848-b413-4414-9c52-7aa640e36490/mbid-df6fd848-b413-4414-9c52-7aa640e36490-7927300031_thumb500.jpg",
    "thumbnail_uri": "https://dn711001.ca.archive.org/0/items/mbid-df6fd848-b413-4414-9c52-7aa640e36490/mbid-df6fd848-b413-4414-9c52-7aa640e36490-7927300031_thumb250.jpg",
    "song": "Birth of Serpents",
    "track_id": "4fe7bc65-e62b-370e-be3b-a53f7cdc1ef5",
    "recording_id": "20dc86a9-b39a-4694-824e-a27b678b8011",
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "All Eternals Deck",
    "release_id": "df6fd848-b413-4414-9c52-7aa640e36490",
    "release_group_id": "7784699d-2d93-4c4e-aaa6-b531569ef5bb",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Catch The Mountain Goats in Seattle on August 9th at Woodland Park Zoo! The Hold Steady will be opening. \n\nCheck out the band's most recent Live on KEXP session from 2023: https://www.youtube.com/watch?v=2U_PKcuW7wc&t=12s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}