Information about plays

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

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

{
    "id": 3586740,
    "uri": "https://api.kexp.org/v2/plays/3586740/?format=api",
    "airdate": "2025-12-04T13:11:16-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://coverartarchive.org/release/590c6eb7-a59e-4e35-8cb8-2f0e3407e715/12659667565-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/590c6eb7-a59e-4e35-8cb8-2f0e3407e715/12659667565-250.jpg",
    "song": "Knock on Wood",
    "track_id": null,
    "recording_id": "9becf75e-1762-4b79-b992-355fdaeae90d",
    "artist": "Amii Stewart",
    "artist_ids": [
        "8d1d5ded-96ed-4b5f-9cf0-a2174a2322f0"
    ],
    "album": "Knock on Wood",
    "release_id": null,
    "release_group_id": "0dd65175-8dcf-4338-9cea-4d18e94a5bf2",
    "labels": [
        "Hansa"
    ],
    "label_ids": [
        "3cfa65af-d11c-4337-843c-0b6d4ca385d3"
    ],
    "release_date": "1979-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Paulette \"Amii\" Stewart is an American disco and soul singer who found prominence with her 1979 U.S. Billboard number 1 hit cover of the Steve Cropper- Eddie Floyd song \"Knock on Wood\", often considered a classic of the disco genre.\n--\nWatch her perform this song live on \"The Midnight Special\" in 1979: https://www.youtube.com/watch?v=cb3P96PlCNc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}