Information about plays

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

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

{
    "id": 3637059,
    "uri": "https://api.kexp.org/v2/plays/3637059/?format=api",
    "airdate": "2026-04-02T23:53:53-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/359d5f6d-2d59-47d7-9bb8-028f820040ea/41612942236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/359d5f6d-2d59-47d7-9bb8-028f820040ea/41612942236-250.jpg",
    "song": "Ken Doll",
    "track_id": null,
    "recording_id": "d95d4155-21ad-4b44-8c04-c3f9cb91c731",
    "artist": "Duckwrth & Tanerélle",
    "artist_ids": [
        "2bc82618-2d0f-436e-adb2-8aa0774dd799",
        "772a926d-9b49-44af-adfc-5bd98eefb06a"
    ],
    "album": "All American F⭐ckBoy",
    "release_id": null,
    "release_group_id": "f918ab4d-0e3d-4649-8efd-7c155b3aec5a",
    "labels": [
        "Them Hellas"
    ],
    "label_ids": [
        "3d0134b0-3d7c-49be-8c38-414fd67222d0"
    ],
    "release_date": "2025-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}