Information about plays

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

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

{
    "id": 3577938,
    "uri": "https://api.kexp.org/v2/plays/3577938/?format=api",
    "airdate": "2025-11-14T05:28:22-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-50ec3fca-aa2f-4901-8e1b-ae57e594cca7/mbid-50ec3fca-aa2f-4901-8e1b-ae57e594cca7-38882684098_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-50ec3fca-aa2f-4901-8e1b-ae57e594cca7/mbid-50ec3fca-aa2f-4901-8e1b-ae57e594cca7-38882684098_thumb250.jpg",
    "song": "My Sweet Lord",
    "track_id": "53dff3a3-95ae-44ac-96b3-fe3d0123adf3",
    "recording_id": "9c2b6969-6ebe-4923-a07a-15922ec43540",
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "In Green We Dream",
    "release_id": "50ec3fca-aa2f-4901-8e1b-ae57e594cca7",
    "release_group_id": "cf17865d-a56b-4caf-a887-e21010cfd36d",
    "labels": [
        "Colemine Records"
    ],
    "label_ids": [
        "cfb1811d-1776-4c68-881e-112f83b59998"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Parlor Greens cover \"My Sweet Lord\". Parlor Greens is an organ trio featuring the great Jimmy James (True Loves, formerly Delvon Lamarr Organ Trio) along with Tim Carman (GA-20) on drums and Adam Scone (Scone Cash Players, The Sugarman 3) on organ. https://parlorgreens.bandcamp.com/album/in-green-we-dream Eva hosted Parlor Greens live in the KEXP Studio, check that video out here: https://www.youtube.com/watch?v=2PDPOgh3VXU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}