Information about plays

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

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

{
    "id": 3620165,
    "uri": "https://api.kexp.org/v2/plays/3620165/?format=api",
    "airdate": "2026-02-21T03:07:26-08:00",
    "show": 65989,
    "show_uri": "https://api.kexp.org/v2/shows/65989/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-d0775020-383c-48da-936a-c8d07cb8e5f0/mbid-d0775020-383c-48da-936a-c8d07cb8e5f0-34204923330_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-d0775020-383c-48da-936a-c8d07cb8e5f0/mbid-d0775020-383c-48da-936a-c8d07cb8e5f0-34204923330_thumb250.jpg",
    "song": "STORY OF BLOOD",
    "track_id": "0965aaca-43cb-409f-ae96-675fe0c3266d",
    "recording_id": "d9f2ae6d-89f0-4263-b4d1-7159a5519164",
    "artist": "John Cale feat. Weyes Blood",
    "artist_ids": [
        "469d6414-1f06-43de-80d5-17762d4a356a",
        "72c090b6-a68e-4cb9-b330-85278681a714"
    ],
    "album": "Mercy",
    "release_id": "d0775020-383c-48da-936a-c8d07cb8e5f0",
    "release_group_id": "39cb5b59-a89f-4452-88d4-4674dbb8427d",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2023-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album from Velvet Underground founding member John Cale, marking his first new original album in nearly a decade. This track features Weyes Blood. https://john-cale.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}