Information about plays

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

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

{
    "id": 3640050,
    "uri": "https://api.kexp.org/v2/plays/3640050/?format=api",
    "airdate": "2026-04-09T21:58:47-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/60592102-f7e3-4768-b65f-938dbd3dcac8/43597155390-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/60592102-f7e3-4768-b65f-938dbd3dcac8/43597155390-250.jpg",
    "song": "Take Heart",
    "track_id": null,
    "recording_id": "4a38bd22-5eda-4165-af64-aa8048703abb",
    "artist": "Lucid Express",
    "artist_ids": [
        "c64ed7a6-fff8-4487-b590-21870d444c74"
    ],
    "album": "Instant Comfort",
    "release_id": null,
    "release_group_id": "55bafec7-327e-4fe6-a719-0a4c26cca070",
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lucid Express is a dream pop quintet from Hong Kong. \n--\nhttps://lucidexpress.bandcamp.com/album/instant-comfort",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}