Information about plays

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

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

{
    "id": 3629228,
    "uri": "https://api.kexp.org/v2/plays/3629228/?format=api",
    "airdate": "2026-03-15T10:25:45-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Hey Baby) Que Paso",
    "track_id": null,
    "recording_id": null,
    "artist": "Texas Tornados",
    "artist_ids": [
        "6316c2bc-3749-4ccf-8e10-f2b136e21448"
    ],
    "album": "Los Texas Tornados",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reprise"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The American Tejano supergroup includes Flaco Jiménez, Augie Meyers, Doug Sahm, and Freddy Fender. Remember the organist Meyers on the news of his passing https://www.tpr.org/arts-culture/2026-03-09/san-antonio-music-legend-augie-meyers-dies-at-85",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}