Information about plays

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

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

{
    "id": 3547871,
    "uri": "https://api.kexp.org/v2/plays/3547871/?format=api",
    "airdate": "2025-09-02T06:02:13-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia601909.us.archive.org/27/items/mbid-0144a64b-3fa5-4e81-ae0f-259413d3c4e8/mbid-0144a64b-3fa5-4e81-ae0f-259413d3c4e8-6494371876_thumb500.jpg",
    "thumbnail_uri": "https://ia801909.us.archive.org/27/items/mbid-0144a64b-3fa5-4e81-ae0f-259413d3c4e8/mbid-0144a64b-3fa5-4e81-ae0f-259413d3c4e8-6494371876_thumb250.jpg",
    "song": "Stockings",
    "track_id": "4ab86c31-79fe-3731-9860-5a5506c0057b",
    "recording_id": "db6f63ce-c097-42a4-bc1e-7779aabf104e",
    "artist": "Suzanne Vega",
    "artist_ids": [
        "cf119120-7df5-47d7-9dec-49f8837a4e40"
    ],
    "album": "Nine Objects of Desire",
    "release_id": "0144a64b-3fa5-4e81-ae0f-259413d3c4e8",
    "release_group_id": "c9eb98ef-de35-3796-9829-ad33aa216226",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1996-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suzanne Vega will be on tour!\nCheck out the current dates and locales here: https://www.suzannevega.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}