Information about plays

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

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

{
    "id": 3557634,
    "uri": "https://api.kexp.org/v2/plays/3557634/?format=api",
    "airdate": "2025-09-25T16:44:33-07:00",
    "show": 64659,
    "show_uri": "https://api.kexp.org/v2/shows/64659/?format=api",
    "image_uri": "https://ia600503.us.archive.org/29/items/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b-12518502690_thumb500.jpg",
    "thumbnail_uri": "https://ia800503.us.archive.org/29/items/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b/mbid-6066a2f6-92e9-49bc-90fe-a214ef7ee45b-12518502690_thumb250.jpg",
    "song": "Diversion",
    "track_id": "84bc4b46-24c2-4b3e-a7c1-286969401fa4",
    "recording_id": "302fc5e7-d11e-4e3f-8237-161fbc5b8e3c",
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "Emotional Mugger",
    "release_id": "6066a2f6-92e9-49bc-90fe-a214ef7ee45b",
    "release_group_id": "3c3ca8ad-514b-47ed-af80-6cc3036f8283",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Equals cover! \n\nTy Segall is touring!\n- October 11th @ SF's The Regency Ballroom\n- October 13th @ Portland, OR's Wonder Ballroom\n- October 14th @ Seattle's Neumos\n- October 15th @ Vancouver BC's Rickshaw Theatre\n- October 16th @ Bellingham's Wild Buffalo\n\nMore dates & locales here: https://ty-segall.com/pages/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}