Information about plays

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

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

{
    "id": 3589822,
    "uri": "https://api.kexp.org/v2/plays/3589822/?format=api",
    "airdate": "2025-12-11T16:51:57-08:00",
    "show": 65349,
    "show_uri": "https://api.kexp.org/v2/shows/65349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King of Silence (Dan the Automator remix)",
    "track_id": "ddac9db9-0f43-3bc9-a119-e68a934bd369",
    "recording_id": "735fe0b0-0fb8-4648-9c2f-232537c91436",
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Pom Pom: The Essential Cibo Matto",
    "release_id": "58977a00-1794-4d93-9e80-e0f8cc72f1b7",
    "release_group_id": "ba9f0605-1e5b-3852-a784-4941775a6710",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix by San Francisco-based DJ and producer Dan Nakamura, aka Dan the Automator.\n--\nCibo Matto performed Live in the KEXP Studio in 2014: https://youtu.be/9_TbZa0e-Dk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}