Information about plays

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

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

{
    "id": 3551387,
    "uri": "https://api.kexp.org/v2/plays/3551387/?format=api",
    "airdate": "2025-09-10T18:04:05-07:00",
    "show": 64527,
    "show_uri": "https://api.kexp.org/v2/shows/64527/?format=api",
    "image_uri": "https://ia600309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb250.jpg",
    "song": "Special",
    "track_id": "17562b3e-455e-336f-a88c-61154dcd6457",
    "recording_id": "fd8f20ed-1b0b-41db-8893-33ad7d8533f4",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Version 2.0",
    "release_id": "edbdbbf6-8022-4f98-a93f-9d58a7b32692",
    "release_group_id": "e8786e7c-1737-331f-8973-3593f3bde895",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1998-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Special' was their third single release for their second studio album, Version 2.0.\nShirley Manson of Garbage originally ad-libbed in the \"We were the talk of the town\" in this song, which she took from the refrain of the Pretenders' song \"Talk of the Town\". Manson called Chrissie Hynde to ask for permission to keep it in the lyrics, and Hynde agreed. (without even hearing the track first!)\n\nThe band announced that this is their last North American headline tour. Catch them if you can:\nhttps://www.garbage.com/#live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}