Information about plays

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

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

{
    "id": 3561279,
    "uri": "https://api.kexp.org/v2/plays/3561279/?format=api",
    "airdate": "2025-10-04T17:15:34-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-fcd5070c-26ca-4dfb-bb94-45135425b23d/mbid-fcd5070c-26ca-4dfb-bb94-45135425b23d-38604311008_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-fcd5070c-26ca-4dfb-bb94-45135425b23d/mbid-fcd5070c-26ca-4dfb-bb94-45135425b23d-38604311008_thumb250.jpg",
    "song": "Drown",
    "track_id": "8ac405cf-d5f2-389d-b447-e69bc505957c",
    "recording_id": "6677535f-931d-4c14-8c76-4197c0c0b72f",
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Trace",
    "release_id": "fcd5070c-26ca-4dfb-bb94-45135425b23d",
    "release_group_id": "ca7754fe-49ea-3429-a4ee-eed1b88e926e",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1995-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#690 Son Volt - Trace\n\nCheck out this 2017 Live on KEXP session with Son Volt here: https://www.youtube.com/watch?v=ZkVE5bVH5XI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}