Information about plays

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

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

{
    "id": 3558644,
    "uri": "https://api.kexp.org/v2/plays/3558644/?format=api",
    "airdate": "2025-09-28T02:49:24-07:00",
    "show": 64688,
    "show_uri": "https://api.kexp.org/v2/shows/64688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pick Up That Knife",
    "track_id": "081bf3b5-b445-44c2-80e8-944b5aff989f",
    "recording_id": "00a5c682-70b2-4749-91be-dc24f64c66cb",
    "artist": "Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604"
    ],
    "album": "Bleeds",
    "release_id": "42861d98-03b5-4c26-a3e6-c2a91f9fe442",
    "release_group_id": "5bed2109-60ce-4c13-804a-fc04946ba7f7",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the new single from Bleeds, Karly Hartzman writes affectingly about bad luck, bar fights, and throwing up at the Death Grips show. And have you truly lived if you haven't vomited in the pit at a show? ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}