Information about plays

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

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

{
    "id": 3541986,
    "uri": "https://api.kexp.org/v2/plays/3541986/?format=api",
    "airdate": "2025-08-19T08:09:08-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://ia803402.us.archive.org/17/items/mbid-80bc40f9-d537-42fd-bc47-8ba208cc7d8f/mbid-80bc40f9-d537-42fd-bc47-8ba208cc7d8f-29047407682_thumb500.jpg",
    "thumbnail_uri": "https://ia903402.us.archive.org/17/items/mbid-80bc40f9-d537-42fd-bc47-8ba208cc7d8f/mbid-80bc40f9-d537-42fd-bc47-8ba208cc7d8f-29047407682_thumb250.jpg",
    "song": "6 Underground (Nellee Hooper edit)",
    "track_id": "39eda312-66cd-3348-838a-51154fca57bd",
    "recording_id": "50fd806e-9849-4353-b0cb-f0e3475e1721",
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "The Saint",
    "release_id": "80bc40f9-d537-42fd-bc47-8ba208cc7d8f",
    "release_group_id": "2e3052a6-ddaa-365d-9e07-2eb7acff1c3b",
    "labels": [
        "Virgin Records America, Inc.",
        "Virgin"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today 28 years ago, Sneaker Pimps debut album  Becoming X was released in the UK!\n\nThis track from the 1997 soundtrack for \"The Saint\" was included as a hidden track!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}