Information about plays

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

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

{
    "id": 3551251,
    "uri": "https://api.kexp.org/v2/plays/3551251/?format=api",
    "airdate": "2025-09-10T09:48:15-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://ia601905.us.archive.org/19/items/mbid-b7579a91-fbfa-44bd-86b0-a97787264d45/mbid-b7579a91-fbfa-44bd-86b0-a97787264d45-26656269440_thumb500.jpg",
    "thumbnail_uri": "https://ia601905.us.archive.org/19/items/mbid-b7579a91-fbfa-44bd-86b0-a97787264d45/mbid-b7579a91-fbfa-44bd-86b0-a97787264d45-26656269440_thumb250.jpg",
    "song": "Start With",
    "track_id": "a4dcfbf9-23c5-396d-b3a3-c528bae74156",
    "recording_id": "93506f05-ba70-4c2f-a97f-64ec2117fc37",
    "artist": "Seaweed",
    "artist_ids": [
        "82aa1374-7c47-43e8-857d-11d723fe4c1a"
    ],
    "album": "Spanaway",
    "release_id": "b7579a91-fbfa-44bd-86b0-a97787264d45",
    "release_group_id": "9ee60026-b998-3633-87e1-766cfd07ff78",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Not quite part of the Seattle scene, Tacoma, Washington’s Seaweed was nonetheless sucked up in the whole grunge thing in the early 90s. This is the complete story of the punk band that made a career on the outskirts of Seattle’s city limits -- and its success.\" -- Northwest Passage https://tinyurl.com/5b9v6ar6\n\nhttps://seaweed.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}