Information about plays

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

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

{
    "id": 3657443,
    "uri": "https://api.kexp.org/v2/plays/3657443/?format=api",
    "airdate": "2026-05-21T00:24:59-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "https://coverartarchive.org/release/721f5248-fa79-4537-ab86-3b18382b3932/43644437874-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/721f5248-fa79-4537-ab86-3b18382b3932/43644437874-250.jpg",
    "song": "Some Soul, Some Space",
    "track_id": null,
    "recording_id": "d482d2c2-7308-4375-b47a-cde9300f2487",
    "artist": "Millsart",
    "artist_ids": [
        "470a4ced-1323-4c91-8fd5-0bb3fb4c932a"
    ],
    "album": "Space Outside Space",
    "release_id": null,
    "release_group_id": "2948167b-c273-4021-b45c-df06c0cf6dba",
    "labels": [
        "Axis"
    ],
    "label_ids": [
        "0aa73845-13c6-49fc-935f-82b8db65cd8e"
    ],
    "release_date": "2025-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit legend Jeff Mills.\n\nhttps://www.axisrecords.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}