Information about plays

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

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

{
    "id": 3547380,
    "uri": "https://api.kexp.org/v2/plays/3547380/?format=api",
    "airdate": "2025-09-01T01:31:48-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://ia801501.us.archive.org/14/items/mbid-cb3dc614-17fd-4286-ab19-b73ec9e21ef3/mbid-cb3dc614-17fd-4286-ab19-b73ec9e21ef3-16540851912_thumb500.jpg",
    "thumbnail_uri": "https://ia601501.us.archive.org/14/items/mbid-cb3dc614-17fd-4286-ab19-b73ec9e21ef3/mbid-cb3dc614-17fd-4286-ab19-b73ec9e21ef3-16540851912_thumb250.jpg",
    "song": "Tomorrow Is the First Day of the Rest of My Life",
    "track_id": "f6080eba-bac0-36e9-a395-71646c84fdc6",
    "recording_id": "578c0237-2229-45fb-8bfb-2d1b09e0fd93",
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "Stars/Time/Bubbles/Love",
    "release_id": "cb3dc614-17fd-4286-ab19-b73ec9e21ef3",
    "release_group_id": "7c20f1f7-e0d9-306b-b430-51414a034941",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}