Information about plays

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

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

{
    "id": 3547890,
    "uri": "https://api.kexp.org/v2/plays/3547890/?format=api",
    "airdate": "2025-09-02T07:03:44-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-98179890-158a-4e69-8ef0-4b3c9edee0b3/mbid-98179890-158a-4e69-8ef0-4b3c9edee0b3-18186522419_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-98179890-158a-4e69-8ef0-4b3c9edee0b3/mbid-98179890-158a-4e69-8ef0-4b3c9edee0b3-18186522419_thumb250.jpg",
    "song": "A Sort of Homecoming",
    "track_id": "21aa4ad3-72d7-3bec-8e13-f4c298a9b180",
    "recording_id": "c40992e4-cd3b-4ff3-98d6-fffb0c236a5c",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "The Unforgettable Fire",
    "release_id": "98179890-158a-4e69-8ef0-4b3c9edee0b3",
    "release_group_id": "c84d00f4-afd3-3184-be62-6ae5f135aa38",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2009-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leading up to recording The Unforgettable Fire, U2 lead singer and lyricist, Bono, had become a voracious reader. One of the poets he read was the works of Romanian-German Jewish poet Paul Celan, whose line \"poetry is a sort of homecoming\" inspired not just the song's title but the song itself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}