Information about plays

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

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

{
    "id": 3639715,
    "uri": "https://api.kexp.org/v2/plays/3639715/?format=api",
    "airdate": "2026-04-09T03:36:58-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/469bb2b2-ac3c-4047-b7c0-9ccc47cc834d/36869177595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/469bb2b2-ac3c-4047-b7c0-9ccc47cc834d/36869177595-250.jpg",
    "song": "Show Biz Kids",
    "track_id": null,
    "recording_id": "42b150ce-2dd6-457f-937b-aedcb7137114",
    "artist": "Steely Dan",
    "artist_ids": [
        "e01c3376-15fa-40d7-b747-5f219bdefdd7"
    ],
    "album": "Countdown to Ecstasy",
    "release_id": null,
    "release_group_id": "33726877-dd41-301b-9f1e-498ebbadc7d8",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1973-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}