Information about plays

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

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

{
    "id": 3629258,
    "uri": "https://api.kexp.org/v2/plays/3629258/?format=api",
    "airdate": "2026-03-15T12:08:57-07:00",
    "show": 66188,
    "show_uri": "https://api.kexp.org/v2/shows/66188/?format=api",
    "image_uri": "https://ia801507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/11/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb250.jpg",
    "song": "Runnin’ Away",
    "track_id": "a48908c8-425f-318e-9906-7933180eb932",
    "recording_id": "e92be5e6-b83f-4398-b50f-a92ea4398b28",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "There's a Riot Goin' On",
    "release_id": "f515129c-e02b-4ff6-af1a-aa8e1a081ea8",
    "release_group_id": "d8b8448a-2634-3e92-ac86-cf55e018f825",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Sly Stone. Sylvester Stewart, founder and frontman of Sly and the Family Stone, was born on this day in 1944 in Denton, Texas. He passed last year at the age of 82.\n\nhttps://slyandthefamilystone.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}