Information about plays

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

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

{
    "id": 3552757,
    "uri": "https://api.kexp.org/v2/plays/3552757/?format=api",
    "airdate": "2025-09-13T23:58:46-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://ia801609.us.archive.org/15/items/mbid-c43161e2-eba8-45dd-8554-ca5c0ddb365a/mbid-c43161e2-eba8-45dd-8554-ca5c0ddb365a-35482409215_thumb500.jpg",
    "thumbnail_uri": "https://ia601609.us.archive.org/15/items/mbid-c43161e2-eba8-45dd-8554-ca5c0ddb365a/mbid-c43161e2-eba8-45dd-8554-ca5c0ddb365a-35482409215_thumb250.jpg",
    "song": "Over the Top (Previously Unreleased)",
    "track_id": "ceaa7548-3992-4a64-b44f-e248e2244cb3",
    "recording_id": "d2012093-d24b-4baa-9d41-4a77bc55334f",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Suck You Dry",
    "release_id": "c43161e2-eba8-45dd-8554-ca5c0ddb365a",
    "release_group_id": "c030db36-9432-4cc7-97ef-19c300a8c1ba",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Motorhead cover, again!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}