Information about plays

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

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

{
    "id": 3636587,
    "uri": "https://api.kexp.org/v2/plays/3636587/?format=api",
    "airdate": "2026-04-01T20:48:12-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/933f0f7e-9542-4f87-a450-5238e01025bb/15008078407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/933f0f7e-9542-4f87-a450-5238e01025bb/15008078407-250.jpg",
    "song": "Vase of Flowers",
    "track_id": null,
    "recording_id": "4247484f-618b-4403-8bd8-569b4fcebcf7",
    "artist": "The Holydrug Couple",
    "artist_ids": [
        "ab722b70-b4a8-4918-b13d-2a449f23df16"
    ],
    "album": "Soundtrack for Pantanal",
    "release_id": null,
    "release_group_id": "7d168b51-bc1f-4310-98e6-975dcaf6b43b",
    "labels": [
        "BYM Records"
    ],
    "label_ids": [
        "41d8b4f5-1965-4d00-a843-ad8cabcfdace"
    ],
    "release_date": "2016-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bymrecords.com/products/bym036-the-holydrug-couple-soundtrack-for-pantanal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}