Information about plays

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

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

{
    "id": 3579738,
    "uri": "https://api.kexp.org/v2/plays/3579738/?format=api",
    "airdate": "2025-11-18T07:00:57-08:00",
    "show": 65144,
    "show_uri": "https://api.kexp.org/v2/shows/65144/?format=api",
    "image_uri": "https://ia801205.us.archive.org/15/items/mbid-9b746946-202a-39b5-9964-9c578ad1c373/mbid-9b746946-202a-39b5-9964-9c578ad1c373-12913943586_thumb500.jpg",
    "thumbnail_uri": "https://ia801205.us.archive.org/15/items/mbid-9b746946-202a-39b5-9964-9c578ad1c373/mbid-9b746946-202a-39b5-9964-9c578ad1c373-12913943586_thumb250.jpg",
    "song": "Zoo Station",
    "track_id": "a1425d6e-6e50-366d-a9ad-4dee4d8472fb",
    "recording_id": "92084e71-26a8-4da4-8242-b707253a3796",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Achtung Baby",
    "release_id": "9b746946-202a-39b5-9964-9c578ad1c373",
    "release_group_id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1991, 34 years ago, U2 releases Achtung Baby.\n--\n\nThis is the opening track on the 'Achtung Baby' album, which was released on this day in 1991! The metallic riffs that open the song portend a change of direction for U2 into a more futuristic, electric sound.\n--\nThe title comes from Zoo Bahnhof, a train station in Berlin where the underground portion of the U2 line begins. Officially called Zoologischer Garten, the station is the stop for the Berlin Zoo.\nThe band went to the Berlin Zoo after arriving in Berlin to record 'Achtung Baby.' Bono got the idea there to use the zoo as a theme. The zoo image would reappear on their next album, 'Zooropa,' too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}