Information about plays

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

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

{
    "id": 3637800,
    "uri": "https://api.kexp.org/v2/plays/3637800/?format=api",
    "airdate": "2026-04-04T17:41:46-07:00",
    "show": 66366,
    "show_uri": "https://api.kexp.org/v2/shows/66366/?format=api",
    "image_uri": "https://ia800506.us.archive.org/8/items/mbid-487fbe2e-7ff2-3981-8e13-30a2623c79b6/mbid-487fbe2e-7ff2-3981-8e13-30a2623c79b6-22277703224_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/8/items/mbid-487fbe2e-7ff2-3981-8e13-30a2623c79b6/mbid-487fbe2e-7ff2-3981-8e13-30a2623c79b6-22277703224_thumb250.jpg",
    "song": "Don't Run Our Hearts Around",
    "track_id": "c4817812-84a8-3504-a17f-fe4d95463c6b",
    "recording_id": "faf96541-9a7d-4dca-905d-f03a154b6cc5",
    "artist": "Black Mountain",
    "artist_ids": [
        "4898b9ad-f564-4ff1-9046-b1a16dfd5200"
    ],
    "album": "Black Mountain",
    "release_id": "0f3a92c1-271c-4b69-8331-b21ee4532f40",
    "release_group_id": "0035e81f-3d7b-3334-a4b1-f3e9949cdd15",
    "labels": [
        "Scratch Records"
    ],
    "label_ids": [
        "32882fc5-c158-4374-9032-ec07e8c4b0dd"
    ],
    "release_date": "2005-01-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Black Mountain is a Canadian psychedelic rock band from Vancouver, British Columbia. They released an EP earlier this month called Oscillated Pasts: Volume One. \nhttps://blackmountain.bandcamp.com/\n\nHere they are performing Live on KEXP in 2019: https://www.youtube.com/watch?v=CMQvkYIupRw.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}