Information about plays

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

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

{
    "id": 3607572,
    "uri": "https://api.kexp.org/v2/plays/3607572/?format=api",
    "airdate": "2026-01-22T08:12:10-08:00",
    "show": 65722,
    "show_uri": "https://api.kexp.org/v2/shows/65722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bloodsport",
    "track_id": "e715b133-287f-3eb9-8692-d83867865f19",
    "recording_id": "549bd54d-9501-46ae-a2c8-915ac0bbbf73",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Bloodsport",
    "release_id": "4fa712e3-b7f9-4c1f-8310-d0544bb0ca3a",
    "release_group_id": "f7f1964f-c0e7-3e81-a639-a50287f209de",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "2002-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the title track from Sneaker Pimps\" third studio album.  \n\nThe British trip-hop quartet took their name from an article the Beastie Boys published in their Grand Royal magazine about a man they hired to track down classic sneakers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}