Information about plays

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

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

{
    "id": 3519376,
    "uri": "https://api.kexp.org/v2/plays/3519376/?format=api",
    "airdate": "2025-06-27T04:31:18-07:00",
    "show": 63847,
    "show_uri": "https://api.kexp.org/v2/shows/63847/?format=api",
    "image_uri": "https://ia801306.us.archive.org/28/items/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf-12452309553_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/28/items/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf/mbid-c6b2c6bb-945b-44a5-962b-31acd9214fcf-12452309553_thumb250.jpg",
    "song": "Step On",
    "track_id": "561a062a-696b-44d3-b43a-18110022375c",
    "recording_id": "062a0720-14ee-4875-b429-211582031b8b",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Pills ’n’ Thrills and Bellyaches",
    "release_id": "c6b2c6bb-945b-44a5-962b-31acd9214fcf",
    "release_group_id": "f63a7c53-571f-3d4a-a942-053f56590605",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Step On\" is actually a cover version - of an old single by South African musician John Kongos, originally titled \"He’s Gonna Step On You Again.\" \n--\nJohn Kongos wrote this as a protest song against the colonial appropriation of native territory in Africa. It was built around a riff lifted from an African tribal dance recorded in a jungle, and it is cited by the Guinness Book of Records as the first ever sample used on a record.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}