Information about plays

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

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

{
    "id": 3627397,
    "uri": "https://api.kexp.org/v2/plays/3627397/?format=api",
    "airdate": "2026-03-10T10:31:06-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe-2846775424_thumb500.jpg",
    "thumbnail_uri": "https://dn710308.ca.archive.org/0/items/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe/mbid-cfb14a9a-e063-4beb-8a2c-08e1e74261fe-2846775424_thumb250.jpg",
    "song": "Hanging on the Telephone",
    "track_id": "89ad6cc0-8e96-3dac-bcf7-fc09c1ad9316",
    "recording_id": "ca758251-2553-4e00-8914-14751de89e2c",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Parallel Lines",
    "release_id": "cfb14a9a-e063-4beb-8a2c-08e1e74261fe",
    "release_group_id": "0c1a4d70-5926-3ae8-aa25-466fe65639fe",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "2001-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hanging On The Telephone\" was released by Blondie in 1978 on their Parallel Lines album, but it was first recorded by a California rock band called The Nerves, who included it on their one and only EP in 1976. The song was written and sung by the band's guitarist, Jack Lee.\n--\n\"Oh, I can't control myself...\"  Here's the official video:  https://www.youtube.com/watch?v=uWhkbDMISl8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}