Information about plays

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

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

{
    "id": 3568467,
    "uri": "https://api.kexp.org/v2/plays/3568467/?format=api",
    "airdate": "2025-10-22T10:30:32-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "https://ia800306.us.archive.org/2/items/mbid-75e39e6b-8823-4013-a861-adcfdfe5c446/mbid-75e39e6b-8823-4013-a861-adcfdfe5c446-42014890207_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/2/items/mbid-75e39e6b-8823-4013-a861-adcfdfe5c446/mbid-75e39e6b-8823-4013-a861-adcfdfe5c446-42014890207_thumb250.jpg",
    "song": "Who Made You This Sweet?",
    "track_id": "af77eeb2-d342-4bba-bdba-fb363dacc1d9",
    "recording_id": "ae8da81f-ceb7-4097-b480-e5cfe07cb0aa",
    "artist": "NoSo",
    "artist_ids": [
        "78bde001-49b0-42d1-b62b-32c47e0ce36b"
    ],
    "album": "When Are You Leaving?",
    "release_id": "75e39e6b-8823-4013-a861-adcfdfe5c446",
    "release_group_id": "99423b29-403f-4c12-9984-72a13affcab1",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA-based artist NoSo will be Live on KEXP on Friday, Nov. 7, at 11 AM! Free and open to the public. \n\n--\n\n\"NoSo is shorthand for North/South: A nod to their Korean heritage, and the inane origin question (“Which Korea are you from?”)\"\n\nhttps://noso.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}