Information about plays

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

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

{
    "id": 3605595,
    "uri": "https://api.kexp.org/v2/plays/3605595/?format=api",
    "airdate": "2026-01-17T17:35:46-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Faux Sweetness",
    "track_id": "c3e48722-7692-4092-b880-026a7fe8f3d0",
    "recording_id": "1a067145-ec12-4324-9b18-d9670107b27e",
    "artist": "Lucid Express",
    "artist_ids": [
        "c64ed7a6-fff8-4487-b590-21870d444c74"
    ],
    "album": "Instant Comfort",
    "release_id": "60592102-f7e3-4768-b65f-938dbd3dcac8",
    "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": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get this new track here!\nhttps://lucidexpress.bandcamp.com/track/faux-sweetness",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}