Information about plays

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

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

{
    "id": 3548483,
    "uri": "https://api.kexp.org/v2/plays/3548483/?format=api",
    "airdate": "2025-09-03T15:35:25-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800309.us.archive.org/11/items/mbid-e2a70343-ce20-4487-8c1b-627224b044e7/mbid-e2a70343-ce20-4487-8c1b-627224b044e7-23861963799_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/11/items/mbid-e2a70343-ce20-4487-8c1b-627224b044e7/mbid-e2a70343-ce20-4487-8c1b-627224b044e7-23861963799_thumb250.jpg",
    "song": "Gift",
    "track_id": "1a9dada8-282a-3647-96c2-bf50a8eb6d11",
    "recording_id": "84b71480-1a03-48d0-a3de-17a82023df92",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "File Under: Easy Listening",
    "release_id": "e2a70343-ce20-4487-8c1b-627224b044e7",
    "release_group_id": "81056119-f9f4-383a-b808-b1cb656069c7",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1994-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Chris in Fairfax!\n--\nBob Mould graced our grand opening in 2016 with this powerful performance: https://www.youtube.com/watch?v=uGE4vA1mpIQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}