Information about plays

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

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

{
    "id": 3583012,
    "uri": "https://api.kexp.org/v2/plays/3583012/?format=api",
    "airdate": "2025-11-26T00:03:41-08:00",
    "show": 65211,
    "show_uri": "https://api.kexp.org/v2/shows/65211/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-8eb5fba9-e6fe-46db-8ff4-1ab77e1096f4/mbid-8eb5fba9-e6fe-46db-8ff4-1ab77e1096f4-7940771884_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-8eb5fba9-e6fe-46db-8ff4-1ab77e1096f4/mbid-8eb5fba9-e6fe-46db-8ff4-1ab77e1096f4-7940771884_thumb250.jpg",
    "song": "Virginia Reel Around the Fountain",
    "track_id": "3e18c542-13c7-37e6-9c47-9358b98ef3eb",
    "recording_id": "e609f2c5-dd4d-4602-b030-cd06f5824d61",
    "artist": "Built to Spill",
    "artist_ids": [
        "3ac482b8-1494-4071-a0e9-f192f9d2c2b0"
    ],
    "album": "Live",
    "release_id": "8eb5fba9-e6fe-46db-8ff4-1ab77e1096f4",
    "release_group_id": "3eadbd61-d9bd-39ad-8977-f17d9b936567",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2000-04-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Played in Seattle earlier tonight and will be doing another show tomorrow, Wednesday night at the Neptune! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}