Information about plays

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

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

{
    "id": 3549199,
    "uri": "https://api.kexp.org/v2/plays/3549199/?format=api",
    "airdate": "2025-09-05T11:13:44-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia601603.us.archive.org/18/items/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a-34705573788_thumb500.jpg",
    "thumbnail_uri": "https://ia801603.us.archive.org/18/items/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a/mbid-4bcb0a8d-e479-4133-afc8-fbce9d69343a-34705573788_thumb250.jpg",
    "song": "Little Dogs",
    "track_id": "cf1c024d-5eb6-4a7d-8471-e5335247a665",
    "recording_id": "875c6f7d-0f45-4ee6-b34d-d8c777cb41fb",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Plastic Eternity",
    "release_id": "4bcb0a8d-e479-4133-afc8-fbce9d69343a",
    "release_group_id": "3d24898f-dd27-47bc-87ba-c00ffe496422",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-04-07",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mudhoney is headlining R-Day, tomorrow, September 6th, in Seattle's Georgetown neighborhood from 4-10pm. The event is free and 21+! \n\nWatch this Mudhoney performance in KEXP's studio from all the way back in 2013: https://www.youtube.com/watch?v=VaWf-SM3FUQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}