Information about plays

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

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

{
    "id": 3583093,
    "uri": "https://api.kexp.org/v2/plays/3583093/?format=api",
    "airdate": "2025-11-26T04:41:29-08:00",
    "show": 65212,
    "show_uri": "https://api.kexp.org/v2/shows/65212/?format=api",
    "image_uri": "https://dn721905.ca.archive.org/0/items/mbid-a39ca756-ea96-47a1-b4cc-7c7880e4e1db/mbid-a39ca756-ea96-47a1-b4cc-7c7880e4e1db-29795590889_thumb500.jpg",
    "thumbnail_uri": "https://dn721905.ca.archive.org/0/items/mbid-a39ca756-ea96-47a1-b4cc-7c7880e4e1db/mbid-a39ca756-ea96-47a1-b4cc-7c7880e4e1db-29795590889_thumb250.jpg",
    "song": "Take a Little Trip",
    "track_id": "802e1cc5-f2fa-4d88-b811-8276b7526567",
    "recording_id": "b620363a-b6cb-4c77-810f-5de289b67248",
    "artist": "Minnie Riperton duet with Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e",
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "Perfect Angel",
    "release_id": "a39ca756-ea96-47a1-b4cc-7c7880e4e1db",
    "release_group_id": "204bf48e-12bc-317b-ab84-042f963aeaff",
    "labels": [
        "Capitol Records",
        "UMe"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2017-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stevie wrote, produced, and sang beautifully with Minnie Riperton on this one.\n---\nCo-produced by Stevie Wonder - with Riperton's husband, Richard Rudolph. Epic released 'Perfect Angel' in June 1974, one month before Wonder's 'Fulfillingness' First Finale' .",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}