Information about plays

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

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

{
    "id": 3530715,
    "uri": "https://api.kexp.org/v2/plays/3530715/?format=api",
    "airdate": "2025-07-23T10:59:52-07:00",
    "show": 64091,
    "show_uri": "https://api.kexp.org/v2/shows/64091/?format=api",
    "image_uri": "https://ia801601.us.archive.org/32/items/mbid-8fd762a1-57c7-4560-9d63-9378c9e8198d/mbid-8fd762a1-57c7-4560-9d63-9378c9e8198d-9580598795_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/32/items/mbid-8fd762a1-57c7-4560-9d63-9378c9e8198d/mbid-8fd762a1-57c7-4560-9d63-9378c9e8198d-9580598795_thumb250.jpg",
    "song": "Kiko and the Lavender Moon",
    "track_id": "80bea933-6f04-321d-8a32-e3af5ad4e2f8",
    "recording_id": "40e75a0b-5fe0-49f0-ad1f-58479abbab58",
    "artist": "Los Lobos",
    "artist_ids": [
        "2b9967c7-3246-4658-a561-ded5408dd9af"
    ],
    "album": "Kiko",
    "release_id": "8fd762a1-57c7-4560-9d63-9378c9e8198d",
    "release_group_id": "531222dc-781b-3417-961e-bbb3ed47dd12",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1992 song is about a magical, albeit lonely character called Kiko, who comes out at night to \"dance and dance.\" https://bit.ly/3IaE1j7\n\nhttps://www.loslobos.org/site/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}