Information about plays

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

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

{
    "id": 3627653,
    "uri": "https://api.kexp.org/v2/plays/3627653/?format=api",
    "airdate": "2026-03-11T04:44:19-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://ia601204.us.archive.org/14/items/mbid-4afb6ce6-e165-410b-ad7c-e14bf7e2e26b/mbid-4afb6ce6-e165-410b-ad7c-e14bf7e2e26b-20233572199_thumb500.jpg",
    "thumbnail_uri": "https://dn721302.ca.archive.org/0/items/mbid-4afb6ce6-e165-410b-ad7c-e14bf7e2e26b/mbid-4afb6ce6-e165-410b-ad7c-e14bf7e2e26b-20233572199_thumb250.jpg",
    "song": "I Go Crazy",
    "track_id": "05bbcc97-77b1-3bee-9989-cde18c3f6973",
    "recording_id": "8d20267d-9763-4cec-8d58-2b7d264169b0",
    "artist": "Flesh for Lulu",
    "artist_ids": [
        "dc17118a-9e18-4bec-9d87-f8c7d1c53d35"
    ],
    "album": "Some Kind of Wonderful",
    "release_id": "4afb6ce6-e165-410b-ad7c-e14bf7e2e26b",
    "release_group_id": "cf4407e1-79a2-3312-bf07-b2bbc646dbe2",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Honorable Mention of Top 10 songs from John Hughes' films: Flesh for Lulu \"I Go Crazy\" from \"Some Kind of Wonderful\".\n\nMay the '80s be with you!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}