Information about plays

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

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

{
    "id": 3629241,
    "uri": "https://api.kexp.org/v2/plays/3629241/?format=api",
    "airdate": "2026-03-15T11:08:52-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7b7e7b1-6273-44c0-a96d-225d05be96e0/15532856393-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7b7e7b1-6273-44c0-a96d-225d05be96e0/15532856393-250.jpg",
    "song": "She's About a Mover",
    "track_id": null,
    "recording_id": "f8846c47-201d-4bde-b694-19c3dd5f498a",
    "artist": "Doug Sahm & The Sir Douglas Quintet",
    "artist_ids": [
        "b4745bd1-5db8-4523-8986-e09e3c1f3127",
        "b2b3eed6-d9b2-4d1a-bf9b-0160e401720e"
    ],
    "album": "The Complete Mercury Masters",
    "release_id": null,
    "release_group_id": "6e20b6b5-617f-49e1-9327-337d51cf7c69",
    "labels": [
        "Universal Music Group"
    ],
    "label_ids": [
        "19d052fa-570a-4b17-9a3d-8f2f029b7b57"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1965 featuring the Vox Continental magic of Augie Meyers whose legacy we're remembering 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"
}