Information about plays

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

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

{
    "id": 3575070,
    "uri": "https://api.kexp.org/v2/plays/3575070/?format=api",
    "airdate": "2025-11-07T09:27:00-08:00",
    "show": 65044,
    "show_uri": "https://api.kexp.org/v2/shows/65044/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanted to Tell Her",
    "track_id": "4436e5ff-d393-35ec-875f-d3dc9b4c25be",
    "recording_id": "1a1cbe25-8882-4789-ace8-4be907700c14",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "With Sympathy",
    "release_id": "eb595cd7-a452-38fe-9213-7177aaa37618",
    "release_group_id": "1ea0c5a9-38dc-3907-9a0e-31a63cc6c4a3",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was co-written by Al Jourgensen and vocalist Shay Jones. Jones grew up in a musical family in Cincinnati and moved to Chicago in 1972. ''The only thing that motivated me to move here was I wanted to perform,'' she says. ''I wanted to sing. I wanted to act. I wanted to dance.''",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}