Information about plays

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

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

{
    "id": 3634035,
    "uri": "https://api.kexp.org/v2/plays/3634035/?format=api",
    "airdate": "2026-03-26T21:23:36-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d2b21f0-5033-4d7b-84a5-071499882889/7930080659-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d2b21f0-5033-4d7b-84a5-071499882889/7930080659-250.jpg",
    "song": "Roller Rink",
    "track_id": null,
    "recording_id": "41e317f9-14f9-4da4-8436-d925fc73e983",
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Kaleidoscope",
    "release_id": null,
    "release_group_id": "4ea68d9e-7e06-30ea-8b29-3d8195b302c7",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1999-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by the Neptunes (Pharrell and Chad Hugo). Kelis Rogers is of mixed heritage, born to an African-American father and a Chinese-Puerto Rican mother. Her mother, Eveliss, is a fashion designer who inspired her creative career, while her parents' backgrounds influenced her, with her mother also running a catering business.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}