Information about plays

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

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

{
    "id": 3625667,
    "uri": "https://api.kexp.org/v2/plays/3625667/?format=api",
    "airdate": "2026-03-05T16:18:05-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-8c27c964-adcd-3bee-ba91-52d40a7fd787/mbid-8c27c964-adcd-3bee-ba91-52d40a7fd787-7428488589_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-8c27c964-adcd-3bee-ba91-52d40a7fd787/mbid-8c27c964-adcd-3bee-ba91-52d40a7fd787-7428488589_thumb250.jpg",
    "song": "The Weekend Starts Here",
    "track_id": "fcff63de-61f7-3b42-a497-823194f2a679",
    "recording_id": "c95faf78-35f1-493e-b39b-da4a49c2458f",
    "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": "Sampling Black Sabbath's \"The Wizard\"\n___\nRIP Ozzy Osbourne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}