Information about plays

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

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

{
    "id": 3647623,
    "uri": "https://api.kexp.org/v2/plays/3647623/?format=api",
    "airdate": "2026-04-27T23:48:38-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e8e9034-06ea-4478-8579-233b7436a64f/44942776388-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e8e9034-06ea-4478-8579-233b7436a64f/44942776388-250.jpg",
    "song": "Sleep",
    "track_id": null,
    "recording_id": "db565a71-962c-4424-a897-6ea3224a4864",
    "artist": "Inrain",
    "artist_ids": [
        "c8b4327e-6611-4aff-b7ad-bf9264e1202d"
    ],
    "album": "Rise",
    "release_id": null,
    "release_group_id": "1771ad4c-e1ce-4ea5-8338-ac03c8416f8c",
    "labels": [
        "Music From Memory"
    ],
    "label_ids": [
        "ad86a666-43d7-41b8-8328-8b2b3497a781"
    ],
    "release_date": "2026-04-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another recent A+ compilation (Rudy Tambala of A.R. Kane and Alison Shaw of Cranes) - https://music-from-memory.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}