Information about plays

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

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

{
    "id": 3622402,
    "uri": "https://api.kexp.org/v2/plays/3622402/?format=api",
    "airdate": "2026-02-26T03:29:27-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/3993f8e0-ab08-482b-8247-b6186126ff0e/36046505312-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3993f8e0-ab08-482b-8247-b6186126ff0e/36046505312-250.jpg",
    "song": "You Don’t Know My Name",
    "track_id": null,
    "recording_id": "35a824dc-b915-42da-bc02-9582a10f35a0",
    "artist": "Alicia Keys",
    "artist_ids": [
        "8ef1df30-ae4f-4dbd-9351-1a32b208a01e"
    ],
    "album": "The Diary of Alicia Keys",
    "release_id": null,
    "release_group_id": "e53e291f-9a9c-38a0-96e0-86a9b63b776d",
    "labels": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "release_date": "2003-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Peter in Switzerland!\n\nThis song sampled the hook from The Main Ingredients' \"Let Me Prove My Love to You.\" The songwriters for The Main Ingredient were listed as co-writers on this one, along with Keys, Kanye, and Harold Lilly.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}