Information about plays

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

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

{
    "id": 3556275,
    "uri": "https://api.kexp.org/v2/plays/3556275/?format=api",
    "airdate": "2025-09-22T09:44:42-07:00",
    "show": 64632,
    "show_uri": "https://api.kexp.org/v2/shows/64632/?format=api",
    "image_uri": "https://dn720705.ca.archive.org/0/items/mbid-81059ad4-16d0-34f2-bf76-07421981d0b1/mbid-81059ad4-16d0-34f2-bf76-07421981d0b1-7499301840_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-81059ad4-16d0-34f2-bf76-07421981d0b1/mbid-81059ad4-16d0-34f2-bf76-07421981d0b1-7499301840_thumb250.jpg",
    "song": "Desire (Come and Get It)",
    "track_id": "ebadc893-129a-39e8-ab99-5c8970f73cf2",
    "recording_id": "6a07fc89-df36-4c0c-ba74-b19e48a05319",
    "artist": "Gene Loves Jezebel",
    "artist_ids": [
        "d72c9ab4-0b73-44e3-8601-c4da02a43b25"
    ],
    "album": "Discover",
    "release_id": "6d481991-7d9c-499f-8db6-c10280a91425",
    "release_group_id": "aefa4efa-c0cf-352e-b609-8b09167b3978",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welsh goth band Gene Loves Jezebel was originally formed in the early 1980s by identical twin brothers Michael and Jay Aston, along with Ian Hudson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}