Information about plays

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

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

{
    "id": 3568061,
    "uri": "https://api.kexp.org/v2/plays/3568061/?format=api",
    "airdate": "2025-10-21T14:19:01-07:00",
    "show": 64896,
    "show_uri": "https://api.kexp.org/v2/shows/64896/?format=api",
    "image_uri": "https://coverartarchive.org/release/de4b2bc4-83ba-41eb-9c14-ce1231a5fbbb/14285611381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de4b2bc4-83ba-41eb-9c14-ce1231a5fbbb/14285611381-250.jpg",
    "song": "Tiny Sticks",
    "track_id": null,
    "recording_id": "3da53938-c85d-49ef-a19c-157434fc8de3",
    "artist": "ESG",
    "artist_ids": [
        "b3465cab-9628-447c-9897-2d18abab89d3"
    ],
    "album": "Come Away With ESG",
    "release_id": null,
    "release_group_id": "56f22288-1033-3f71-8eed-026e8aeabb01",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ESG is an American dance punk/funk/rock band formed in the South Bronx in 1978. ESG has been influential across a wide range of musical genres, including hip hop, and dance-punk. The band's track \"UFO\" is one of the most sampled songs in history.\n---\nhttps://www.instagram.com/esgtheband/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}