Information about plays

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

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

{
    "id": 3610564,
    "uri": "https://api.kexp.org/v2/plays/3610564/?format=api",
    "airdate": "2026-01-29T09:36:05-08:00",
    "show": 65784,
    "show_uri": "https://api.kexp.org/v2/shows/65784/?format=api",
    "image_uri": "https://ia601503.us.archive.org/20/items/mbid-a58f571d-3ab5-4c44-a27d-ec2699c1007f/mbid-a58f571d-3ab5-4c44-a27d-ec2699c1007f-29636602796_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/20/items/mbid-a58f571d-3ab5-4c44-a27d-ec2699c1007f/mbid-a58f571d-3ab5-4c44-a27d-ec2699c1007f-29636602796_thumb250.jpg",
    "song": "What Day Is It?",
    "track_id": "577f8125-905e-3294-9d60-c11216af8d21",
    "recording_id": "38303bc6-5ce3-4c56-b45e-eab3d9f56b1d",
    "artist": "Brak",
    "artist_ids": [
        "9ccbb935-33fd-4df8-ae2d-779497c5630a"
    ],
    "album": "Space Ghost’s Musical Bar‐B‐Que",
    "release_id": "a58f571d-3ab5-4c44-a27d-ec2699c1007f",
    "release_group_id": "27f0b157-e294-38ef-8c4e-d8b71a302665",
    "labels": [
        "Kid Rhino"
    ],
    "label_ids": [
        "7fca0d5c-2dad-4aba-9d95-2c57860332a1"
    ],
    "release_date": "1997-09-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What Day is It?\" is a Cartoon Planet song. The song is performed by Brak with Zorak providing additional vocals. It is track #15 from the album Space Ghost's Musical Bar-B-Que that was released in 1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}