Information about plays

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

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

{
    "id": 3556677,
    "uri": "https://api.kexp.org/v2/plays/3556677/?format=api",
    "airdate": "2025-09-23T09:22:30-07:00",
    "show": 64640,
    "show_uri": "https://api.kexp.org/v2/shows/64640/?format=api",
    "image_uri": "https://ia801506.us.archive.org/35/items/mbid-b3730216-3df3-48eb-8b44-fcede469575d/mbid-b3730216-3df3-48eb-8b44-fcede469575d-9449246070_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/35/items/mbid-b3730216-3df3-48eb-8b44-fcede469575d/mbid-b3730216-3df3-48eb-8b44-fcede469575d-9449246070_thumb250.jpg",
    "song": "Santa Cruz",
    "track_id": "ee2770c2-1df1-39f1-8acf-bfdb16acece3",
    "recording_id": "5c53b651-4da7-43c5-8d82-9791a7d111ca",
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "Better Living Through Chemistry",
    "release_id": "b3730216-3df3-48eb-8b44-fcede469575d",
    "release_group_id": "0af908c7-0ec7-3183-b677-1240f6e47b9c",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1997-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Better Living Through Chemistry is the debut studio album by English electronic music producer Fatboy Slim, released on this day in 1997. - http://fatboyslim.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}