Information about plays

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

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

{
    "id": 3542021,
    "uri": "https://api.kexp.org/v2/plays/3542021/?format=api",
    "airdate": "2025-08-19T10:00:37-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "https://ia800808.us.archive.org/24/items/mbid-9880304e-a85e-4a45-a1e2-1691f9dfa0d4/mbid-9880304e-a85e-4a45-a1e2-1691f9dfa0d4-36276005289_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/24/items/mbid-9880304e-a85e-4a45-a1e2-1691f9dfa0d4/mbid-9880304e-a85e-4a45-a1e2-1691f9dfa0d4-36276005289_thumb250.jpg",
    "song": "Speeding Motorcycle",
    "track_id": "10630167-5f91-3659-8c82-f0fe694aff2a",
    "recording_id": "dc2b5505-5b2e-4ee2-8826-26a9fb970d82",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Genius + Love = Yo La Tengo",
    "release_id": "9880304e-a85e-4a45-a1e2-1691f9dfa0d4",
    "release_group_id": "1e1bbe2c-37c9-34e8-beb2-b1b0848c21e3",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Tuesday, and welcome to The Midday Show with the fabulous Cheryl Waters and terrific producer Meerah!  We’re giving away tickets to see Japanese Breakfast in San Francisco on August 28th! Thanks so much for being here with us!\n--\nYo La Tengo is performing at Remlinger Farms in Carnation, WA, as part of the Psychic Salamander Festival on Sunday, September 14, 2025\n--\nThis is Yo La Tengo's cover of Daniel Johnston's \"Speeding Motorcycle,\" featuring Daniel Johnston himself on vocals. : https://www.njarts.net/speeding-motorcycle-daniel-johnston-yo-la-tengo/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}