Information about plays

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

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

{
    "id": 3527523,
    "uri": "https://api.kexp.org/v2/plays/3527523/?format=api",
    "airdate": "2025-07-16T00:57:46-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://ia801908.us.archive.org/10/items/mbid-346f82ce-7fd7-49dd-a3e9-5f940d72156f/mbid-346f82ce-7fd7-49dd-a3e9-5f940d72156f-20588536632_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/10/items/mbid-346f82ce-7fd7-49dd-a3e9-5f940d72156f/mbid-346f82ce-7fd7-49dd-a3e9-5f940d72156f-20588536632_thumb250.jpg",
    "song": "Head On",
    "track_id": "53af6c19-f3ee-3482-859a-daec0d00a661",
    "recording_id": "334523d1-36be-457f-97f8-7cb46b0a57af",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Trompe le Monde",
    "release_id": "346f82ce-7fd7-49dd-a3e9-5f940d72156f",
    "release_group_id": "ac9b0a0c-0da6-387f-8c09-65783187346a",
    "labels": [
        "4AD",
        "Elektra"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1991-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A smashing cover of the Jesus and Mary Chain song, originally recorded for the group's 1989 album Automatic. \n\nTrompe Le Monde was released between the band's brief hiatus and initial breakup (though they did reunite in 2004), where front man Black Francis became known as \"Frank Black\" and bassist Kim Deal went full time with The Breeders, arguably marking the end of a significant era in Pixies' history.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}