Information about plays

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

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

{
    "id": 3616731,
    "uri": "https://api.kexp.org/v2/plays/3616731/?format=api",
    "airdate": "2026-02-12T21:57:35-08:00",
    "show": 65916,
    "show_uri": "https://api.kexp.org/v2/shows/65916/?format=api",
    "image_uri": "https://coverartarchive.org/release/a71ed743-c102-48b9-9294-0e61cbac2b5c/41943624792-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a71ed743-c102-48b9-9294-0e61cbac2b5c/41943624792-250.jpg",
    "song": "Dragon in the Lagoon",
    "track_id": null,
    "recording_id": "9901e85b-4457-4286-93df-0184eff420f1",
    "artist": "TAMTAM",
    "artist_ids": [
        "795c75da-6dd6-4a1b-a9cb-b1ec899ae02c"
    ],
    "album": "Where They Dwell",
    "release_id": null,
    "release_group_id": "fd174124-8593-43ab-9fc9-2aa8bdf5030e",
    "labels": [
        "Peoples Potential Unlimited"
    ],
    "label_ids": [
        "cbc20b0f-f88c-4efd-aed4-e98ab5213e5f"
    ],
    "release_date": "2025-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HAPPY NEW YEAR EVERYONE!\nhttps://tamtam.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}