Information about plays

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

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

{
    "id": 3616013,
    "uri": "https://api.kexp.org/v2/plays/3616013/?format=api",
    "airdate": "2026-02-11T03:46:54-08:00",
    "show": 65901,
    "show_uri": "https://api.kexp.org/v2/shows/65901/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Widow",
    "track_id": "2e5b4e2c-590d-3914-830c-7e71c4484eca",
    "recording_id": "add7747b-5a44-4c36-b4ad-6f56de1b744c",
    "artist": "The Mars Volta",
    "artist_ids": [
        "20883363-1ea4-4d72-ad72-c0e767038f3e"
    ],
    "album": "Frances the Mute",
    "release_id": "e94419f0-b909-4f0b-8aa5-0489fcb093c4",
    "release_group_id": "ccca11eb-25ec-3063-9e26-1fcfbb5c4a0c",
    "labels": [
        "Strummer Recordings",
        "Gold Standard Laboratories",
        "Universal Records"
    ],
    "label_ids": [
        "11171ba4-9add-48a5-990f-4c263676ede8",
        "6b840146-af37-4a22-ad66-eafd43e3414a",
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2005-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "OTD in 2005 - The Mars Volta released their second studio album, Frances the Mute. It features “The Widow.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}