Information about plays

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

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

{
    "id": 3639705,
    "uri": "https://api.kexp.org/v2/plays/3639705/?format=api",
    "airdate": "2026-04-09T03:01:30-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed667b8f-6fdd-4333-b652-fea3b157605d/42721730150-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed667b8f-6fdd-4333-b652-fea3b157605d/42721730150-250.jpg",
    "song": "As We Lay",
    "track_id": null,
    "recording_id": "476e45c6-5359-4914-bc92-f7dce9d23ba5",
    "artist": "Shirley Murdock",
    "artist_ids": [
        "585cb025-29f5-4558-960e-dcf73e8b6ea7"
    ],
    "album": "Shirley Murdock!",
    "release_id": null,
    "release_group_id": "dcbfe368-62d9-3151-a4ca-624b6dd72a63",
    "labels": [
        "SoulMusic Records"
    ],
    "label_ids": [
        "effabc57-2511-42d9-8480-0f5389c93369"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 am Slow Jam of the Week! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}