Information about plays

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

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

{
    "id": 3639763,
    "uri": "https://api.kexp.org/v2/plays/3639763/?format=api",
    "airdate": "2026-04-09T05:51:59-07:00",
    "show": 66405,
    "show_uri": "https://api.kexp.org/v2/shows/66405/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-bf5196a5-544d-44c4-aebc-b62472a365d0/mbid-bf5196a5-544d-44c4-aebc-b62472a365d0-44218093094_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-bf5196a5-544d-44c4-aebc-b62472a365d0/mbid-bf5196a5-544d-44c4-aebc-b62472a365d0-44218093094_thumb250.jpg",
    "song": "You Left Without Saying Goodbye",
    "track_id": "61ab9ea8-5a1e-401e-8533-cc2b615d9425",
    "recording_id": "41240ca3-4b50-4588-a7a5-8f59d95344d5",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "Distracted",
    "release_id": "bf5196a5-544d-44c4-aebc-b62472a365d0",
    "release_group_id": "cd80d129-cb28-4e70-b4c2-b4ac052cb90e",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2026-04-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Overstimulated\nFeels like I've lost my mind (ooh)\nJust breathe, it's okay\nGuess it's always meant to feel some type of way\n\nOff of Thundercat's long-awaited new album Distraction. https://thundercat.bandcamp.com/track/you-left-without-saying-goodbye",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}