Information about plays

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

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

{
    "id": 3547983,
    "uri": "https://api.kexp.org/v2/plays/3547983/?format=api",
    "airdate": "2025-09-02T12:33:34-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia802902.us.archive.org/16/items/mbid-7d0cf5dc-1652-4b96-a9a6-1c5d209c526a/mbid-7d0cf5dc-1652-4b96-a9a6-1c5d209c526a-42523517387_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/16/items/mbid-7d0cf5dc-1652-4b96-a9a6-1c5d209c526a/mbid-7d0cf5dc-1652-4b96-a9a6-1c5d209c526a-42523517387_thumb250.jpg",
    "song": "Willow",
    "track_id": "8a1b6ebb-5c0c-4842-bbb7-a1acb7f5801c",
    "recording_id": "5c8bb163-f5bb-4615-a0f5-bccd90bef75a",
    "artist": "she's green",
    "artist_ids": [
        "f23579e2-d625-4fca-a796-ec349d89c3a7"
    ],
    "album": "Willow",
    "release_id": "7d0cf5dc-1652-4b96-a9a6-1c5d209c526a",
    "release_group_id": "32e649d9-2010-41c7-a3d1-6a3bd7150f6a",
    "labels": [
        "Photo Finish Records"
    ],
    "label_ids": [
        "abf92a54-dcc5-4264-9f00-2cb2ceb26a45"
    ],
    "release_date": "2025-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Minneapolis band will be at The Fillmore in SF on Friday, November 7th.\n--\nThis July song was the band's first after a two-year break.  They say, \"“‘Willow’ reflects on our dying relationship with the natural world—a relationship that’s not always loving, but formative nonetheless. It’s an energetic song that we love playing live.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}