Information about plays

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

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

{
    "id": 3565632,
    "uri": "https://api.kexp.org/v2/plays/3565632/?format=api",
    "airdate": "2025-10-15T23:00:33-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://ia801008.us.archive.org/26/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": "Check out the official visualizer for \"The Manifesto\" here, enjoy:\nhttps://www.youtube.com/watch?v=6JIv1l96zN0&list=RD6JIv1l96zN0&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}