Information about plays

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

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

{
    "id": 3633859,
    "uri": "https://api.kexp.org/v2/plays/3633859/?format=api",
    "airdate": "2026-03-26T11:04:35-07:00",
    "show": 66284,
    "show_uri": "https://api.kexp.org/v2/shows/66284/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-9958f923-33b0-4b8a-84d8-be9dd7380957/mbid-9958f923-33b0-4b8a-84d8-be9dd7380957-23887621262_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/13/items/mbid-9958f923-33b0-4b8a-84d8-be9dd7380957/mbid-9958f923-33b0-4b8a-84d8-be9dd7380957-23887621262_thumb250.jpg",
    "song": "Devil Gate Drive",
    "track_id": "abb94ea4-3cda-4081-b72f-374f56605520",
    "recording_id": "ffbeedd6-dbe9-4301-8b33-48c0582f8cda",
    "artist": "Suzi Quatro",
    "artist_ids": [
        "2c16cb3f-e85f-4158-889f-ffc038f5792d"
    ],
    "album": "Quatro",
    "release_id": "11791ee9-cf6d-4501-b7e3-242393b66145",
    "release_group_id": "28c577db-381f-36c4-a3e4-abf18c1828cc",
    "labels": [
        "RAK"
    ],
    "label_ids": [
        "80c3ece5-2746-4364-8b34-f5ef2b983e21"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written and produced by Mike Chapman (of Blondie fame) and Nicky Chinn.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}