Information about plays

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

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

{
    "id": 3583551,
    "uri": "https://api.kexp.org/v2/plays/3583551/?format=api",
    "airdate": "2025-11-27T06:24:49-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "https://ia601207.us.archive.org/8/items/mbid-f3a0d0de-7d04-4b7e-a9ab-0c056b322d1c/mbid-f3a0d0de-7d04-4b7e-a9ab-0c056b322d1c-22806617238_thumb500.jpg",
    "thumbnail_uri": "https://ia601207.us.archive.org/8/items/mbid-f3a0d0de-7d04-4b7e-a9ab-0c056b322d1c/mbid-f3a0d0de-7d04-4b7e-a9ab-0c056b322d1c-22806617238_thumb250.jpg",
    "song": "Pretty as Pie",
    "track_id": "fa580ede-6248-3faf-844e-2a5f779693be",
    "recording_id": "17921e97-0328-493e-baa5-430e953a9813",
    "artist": "Helms Alee",
    "artist_ids": [
        "86f45ba7-c21a-466d-aaf8-6bde7f13a71a"
    ],
    "album": "Weatherhead",
    "release_id": "99379ef7-d38c-41a5-8974-40c9a5ad57f7",
    "release_group_id": "d800fe2b-49e7-4492-9490-a8d564fef2ee",
    "labels": [
        "Hydra Head Records"
    ],
    "label_ids": [
        "4d204722-f022-4b6e-8b76-0e06a45ffcdc"
    ],
    "release_date": "2011-06-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle!\n\nPlaying live at Airport Tavern, Tacoma, WA December 5th\n\nhttps://helmsalee.bandcamp.com/track/pretty-as-pie\n\nhttps://helmsalee.net/home",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}