Information about plays

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

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

{
    "id": 3636523,
    "uri": "https://api.kexp.org/v2/plays/3636523/?format=api",
    "airdate": "2026-04-01T16:59:20-07:00",
    "show": 66339,
    "show_uri": "https://api.kexp.org/v2/shows/66339/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85-44494305042_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85/mbid-b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85-44494305042_thumb250.jpg",
    "song": "The Moon Cave",
    "track_id": "fd6a396a-4d8a-464f-8850-b45c4366eaad",
    "recording_id": "e90c1bf2-5c89-46f1-9f86-bcd5782bd35c",
    "artist": "Gorillaz feat. Asha Puthli, Bobby Womack, Dave Jolicoeur, Jalen Ngonda and Black Thought",
    "artist_ids": [
        "869851f6-ad0d-4359-98d3-3ea4ae72d543",
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80",
        "5f39d33c-a167-4a63-9c44-71d27618b712",
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "85afb93c-62bb-455b-b806-079299d73db8",
        "6bea93d9-08e8-40af-974e-b7d066b2e0fb"
    ],
    "album": "The Mountain",
    "release_id": "b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85",
    "release_group_id": "b82f59df-2659-4c23-a3b6-9eb2518b4327",
    "labels": [
        "Kong"
    ],
    "label_ids": [
        "dd8a3d8e-26d4-4c75-8b36-1c48516e6b7d"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Gorillaz will be performing in Seattle and Oakland at the end of October 2026 with Little Simz and Deltron 3030 playing an opening DJ Set!\n\nhttps://gorillaz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}