Information about plays

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

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

{
    "id": 3566046,
    "uri": "https://api.kexp.org/v2/plays/3566046/?format=api",
    "airdate": "2025-10-16T19:00:07-07:00",
    "show": 64851,
    "show_uri": "https://api.kexp.org/v2/shows/64851/?format=api",
    "image_uri": "https://dn721601.ca.archive.org/0/items/mbid-ab17cb72-74b8-4c57-bc8f-897d8e1638e9/mbid-ab17cb72-74b8-4c57-bc8f-897d8e1638e9-26038393537_thumb500.jpg",
    "thumbnail_uri": "https://ia601204.us.archive.org/1/items/mbid-ab17cb72-74b8-4c57-bc8f-897d8e1638e9/mbid-ab17cb72-74b8-4c57-bc8f-897d8e1638e9-26038393537_thumb250.jpg",
    "song": "Speechless",
    "track_id": "3f281271-7a15-3377-b344-49592037ddda",
    "recording_id": "14c57309-58ff-4d73-bd75-f72af5cbd2cf",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Stereotype A",
    "release_id": "ab17cb72-74b8-4c57-bc8f-897d8e1638e9",
    "release_group_id": "40f9b63d-aaaf-3baa-8955-de9c2649111c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Sterotype A\" was the second album released by Cibo Matto, the band formed by Yuka Honda and Miho Hatori in New York City in 1994.: https://www.allmusic.com/artist/cibo-matto-mn0000121778/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}