Information about plays

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

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

{
    "id": 3637177,
    "uri": "https://api.kexp.org/v2/plays/3637177/?format=api",
    "airdate": "2026-04-03T07:16:20-07:00",
    "show": 66352,
    "show_uri": "https://api.kexp.org/v2/shows/66352/?format=api",
    "image_uri": "https://dn720705.ca.archive.org/0/items/mbid-eb595cd7-a452-38fe-9213-7177aaa37618/mbid-eb595cd7-a452-38fe-9213-7177aaa37618-5101460830_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-eb595cd7-a452-38fe-9213-7177aaa37618/mbid-eb595cd7-a452-38fe-9213-7177aaa37618-5101460830_thumb250.jpg",
    "song": "Revenge",
    "track_id": "7724da9c-c113-3cd4-8c89-22f6e7f8eddc",
    "recording_id": "35dbdfe7-4b1f-4cfc-97ed-c6d5469c208d",
    "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": "Ministry did not play this song live for almost four decades because Al Jourgensen disliked it.  Since 2023, however, they have relented.  Here's a live performance: https://www.youtube.com/watch?v=MCKlSMiFMcs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}