Information about plays

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

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

{
    "id": 3539630,
    "uri": "https://api.kexp.org/v2/plays/3539630/?format=api",
    "airdate": "2025-08-13T14:46:16-07:00",
    "show": 64279,
    "show_uri": "https://api.kexp.org/v2/shows/64279/?format=api",
    "image_uri": "https://ia801603.us.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": "Watch Ministry perform this song live in Philadelphia in May: https://www.youtube.com/watch?v=Av_PYFiAbKQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}