Information about plays

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

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

{
    "id": 3638664,
    "uri": "https://api.kexp.org/v2/plays/3638664/?format=api",
    "airdate": "2026-04-06T15:11:41-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7/mbid-4b2d3966-cdcf-4840-a670-ca83d30322f7-28403254328_thumb250.jpg",
    "song": "Paid in Full",
    "track_id": "4473b4d9-b61b-3623-9267-de178533621c",
    "recording_id": "d286011f-31dd-40e6-9aa1-6244f7d636a0",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Paid in Full",
    "release_id": "4b2d3966-cdcf-4840-a670-ca83d30322f7",
    "release_group_id": "e124668d-731c-3d2f-bd38-facf91df5e27",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Paid In Full\" samples the drum break from the song \"Ashley's Roachclip\" from the 1974 track \"Salt of the Earth\" by The Soul Searchers.\n\nhttps://www.youtube.com/watch?v=E7t8eoA_1jQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}