Information about plays

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

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

{
    "id": 3568665,
    "uri": "https://api.kexp.org/v2/plays/3568665/?format=api",
    "airdate": "2025-10-22T21:31:00-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://ia600500.us.archive.org/22/items/mbid-f46564d6-8b95-4812-ad59-85c8295cfd3b/mbid-f46564d6-8b95-4812-ad59-85c8295cfd3b-41662285146_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/22/items/mbid-f46564d6-8b95-4812-ad59-85c8295cfd3b/mbid-f46564d6-8b95-4812-ad59-85c8295cfd3b-41662285146_thumb250.jpg",
    "song": "Don't Blame Yourself",
    "track_id": "76cbd881-b473-48db-a592-2e4000bbcf88",
    "recording_id": "2d6f4b47-86c1-4a79-bab7-0c5e80e25f35",
    "artist": "Chaz Bundick Meets The Mattson 2",
    "artist_ids": [
        "89be1555-4771-443b-b76c-47156d606bfa",
        "05e293d2-9ba9-47c3-9c71-5fe7b9a0be13"
    ],
    "album": "Star Stuff",
    "release_id": "f46564d6-8b95-4812-ad59-85c8295cfd3b",
    "release_group_id": "6771d504-f587-4c64-9f02-7cadc3207749",
    "labels": [
        "Company Records"
    ],
    "label_ids": [
        "98b3cc0e-0467-4874-8bdc-e505e662151c"
    ],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the collaborative album featuring Toro Y Moi’s Chaz Bundick and twin-brother jazz duo the Mattson 2.\n-\nhttps://chazbundickmeetsthemattson2.bandcamp.com/track/dont-blame-yourself",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}