Information about plays

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

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

{
    "id": 3585363,
    "uri": "https://api.kexp.org/v2/plays/3585363/?format=api",
    "airdate": "2025-12-01T09:11:34-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Skin of My Yellow Country Teeth",
    "track_id": "4c0094ea-9741-3686-9583-fc363b2fc996",
    "recording_id": "ffc9d3fd-8153-4ccf-b6e9-06d9f5df72b2",
    "artist": "Clap Your Hands Say Yeah",
    "artist_ids": [
        "4b2d6a23-034d-4a29-9bb9-d2462796da4e"
    ],
    "album": "Clap Your Hands Say Yeah",
    "release_id": "89cc126a-c774-44ed-b9c0-45fce4787764",
    "release_group_id": "f31f11ef-71f6-3d32-8871-19be2dcbec22",
    "labels": [
        "Clap Your Hands Say Yeah"
    ],
    "label_ids": [
        "57461002-cd8e-4bce-b675-ab6fa8392fbb"
    ],
    "release_date": "2005-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://clapyourhandssayyeah.bandcamp.com/track/the-skin-of-my-yellow-country-teeth\n\nFun fact: The success of the album started after bassist Tyler Sargent began mailing out copies of the album from his apartment.\n\nAlec Ounsworth born on this day, 1977",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}