Information about plays

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

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

{
    "id": 3627595,
    "uri": "https://api.kexp.org/v2/plays/3627595/?format=api",
    "airdate": "2026-03-11T01:08:40-07:00",
    "show": 66149,
    "show_uri": "https://api.kexp.org/v2/shows/66149/?format=api",
    "image_uri": "https://dn711204.ca.archive.org/0/items/mbid-300135a3-b971-4943-8d5e-6fb40c2d0253/mbid-300135a3-b971-4943-8d5e-6fb40c2d0253-4812805415_thumb500.jpg",
    "thumbnail_uri": "https://dn711204.ca.archive.org/0/items/mbid-300135a3-b971-4943-8d5e-6fb40c2d0253/mbid-300135a3-b971-4943-8d5e-6fb40c2d0253-4812805415_thumb250.jpg",
    "song": "Whirring",
    "track_id": "4b88911f-4d9d-3471-9377-5c4c44277a2d",
    "recording_id": "a582a1ba-1efc-44dc-ba8a-f050cdf38767",
    "artist": "The Joy Formidable",
    "artist_ids": [
        "072d4c31-8fd7-4073-9efc-7e192b517906"
    ],
    "album": "The Big Roar",
    "release_id": "300135a3-b971-4943-8d5e-6fb40c2d0253",
    "release_group_id": "09aaa80c-2ea8-4496-b818-6842e94ec743",
    "labels": [
        "Atlantic",
        "Canvasback Music"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "d563e39c-2779-456e-ad6a-3703365ab3bc"
    ],
    "release_date": "2011-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Joy Formidable performing live in the KEXP studio. Recorded December 17, 2019. https://www.youtube.com/watch?v=rTEsbIyCgJY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}