Information about plays

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

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

{
    "id": 3627327,
    "uri": "https://api.kexp.org/v2/plays/3627327/?format=api",
    "airdate": "2026-03-10T05:34:20-07:00",
    "show": 66142,
    "show_uri": "https://api.kexp.org/v2/shows/66142/?format=api",
    "image_uri": "https://ia800303.us.archive.org/19/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb250.jpg",
    "song": "I Know What Boys Like",
    "track_id": "99bd0aab-18d9-303d-a25b-173a8e71e1a4",
    "recording_id": "4ef0ce13-f03a-4292-a214-5f49419122cf",
    "artist": "The Waitresses",
    "artist_ids": [
        "8acd46ce-3c10-402e-9ede-676b31c837cb"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 5",
    "release_id": "7bc0246b-358c-46ed-acd6-e08e0b26dc4a",
    "release_group_id": "a85f8c9f-14f9-3da9-a609-220866d8a3e1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Know What Boys Like\" was considered a one-hit wonder for the vastly talented group The Waitresses, fronted by guitarist/songwriter Chris Butler with vocals by Patty Donahue. The song, recorded in 1980 and re-released in 1982 for their album \"Wasn't Tomorrow Wonderful?,\" was later featured in the 1987 movie \"I Was A Teenage Zombie.\": https://www.youtube.com/watch?v=1bWUFz73wKM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}