Information about plays

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

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

{
    "id": 3578859,
    "uri": "https://api.kexp.org/v2/plays/3578859/?format=api",
    "airdate": "2025-11-16T05:48:59-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85-43013261682_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85-43013261682_thumb250.jpg",
    "song": "The Manifesto",
    "track_id": "b502c72b-d9d5-4a6c-84f8-826e7e68c25d",
    "recording_id": "1cc997a0-2850-442f-b673-42724d06e314",
    "artist": "Gorillaz feat. Trueno and Proof",
    "artist_ids": [
        "04c1de39-1ac5-46f9-a395-e0fb556c23d9",
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "db607377-aace-4a32-a439-373b7236df7e"
    ],
    "album": "The Mountain",
    "release_id": "b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85",
    "release_group_id": "b82f59df-2659-4c23-a3b6-9eb2518b4327",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}