Information about plays

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

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

{
    "id": 3561298,
    "uri": "https://api.kexp.org/v2/plays/3561298/?format=api",
    "airdate": "2025-10-04T18:27:22-07:00",
    "show": 64746,
    "show_uri": "https://api.kexp.org/v2/shows/64746/?format=api",
    "image_uri": "https://ia801305.us.archive.org/16/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/16/items/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0/mbid-1d9fa625-9957-4730-afa4-2adab9b201c0-38027214649_thumb250.jpg",
    "song": "Thrice All American",
    "track_id": "d233eeef-4043-3630-a1d3-69eacfb9a451",
    "recording_id": "06f1939b-59ee-49f0-8f6e-35c7cf4fba3b",
    "artist": "Neko Case & Her Boyfriends",
    "artist_ids": [
        "4763e116-5ba5-4ad2-b2b6-95c3179e6904"
    ],
    "album": "Furnace Room Lullaby",
    "release_id": "1eb7f99e-75f2-357f-bc24-b9a54de7f445",
    "release_group_id": "92a43465-a989-3f99-aa3b-9facdd9c683d",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "For Mark in Ballard!\n\nFurnace Room Lullaby is the second studio album by Neko Case and Her Boyfriends, released in February 2000, on Mint Records.\nOn this track, Neko sings about the PNW's city of Tacoma.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}