Information about plays

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

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

{
    "id": 3592962,
    "uri": "https://api.kexp.org/v2/plays/3592962/?format=api",
    "airdate": "2025-12-19T05:53:28-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "https://ia803208.us.archive.org/1/items/mbid-a9ec51b1-20d5-4c00-8f6b-2b258a613624/mbid-a9ec51b1-20d5-4c00-8f6b-2b258a613624-41424029284_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/1/items/mbid-a9ec51b1-20d5-4c00-8f6b-2b258a613624/mbid-a9ec51b1-20d5-4c00-8f6b-2b258a613624-41424029284_thumb250.jpg",
    "song": "Stigmata",
    "track_id": "f354963a-c989-3ad2-872e-b5967ceab57c",
    "recording_id": "d29447c6-fc4c-4323-8ddb-15e7669b9da1",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "AP Presents: Industrial Strength Machine Music",
    "release_id": "a9ec51b1-20d5-4c00-8f6b-2b258a613624",
    "release_group_id": "87c3b72c-acb1-3935-a00e-eb4fead9ef0c",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Vince in Vellejo!\n\nThe legendary Bill Rieflin drumming it up again!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}