Information about plays

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

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

{
    "id": 3627514,
    "uri": "https://api.kexp.org/v2/plays/3627514/?format=api",
    "airdate": "2026-03-10T20:10:53-07:00",
    "show": 66147,
    "show_uri": "https://api.kexp.org/v2/shows/66147/?format=api",
    "image_uri": "https://coverartarchive.org/release/82f39b6c-f023-3f5c-bf97-ecf69e608b89/41789392398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82f39b6c-f023-3f5c-bf97-ecf69e608b89/41789392398-250.jpg",
    "song": "ChichivĂ­",
    "track_id": null,
    "recording_id": "f1bc6954-b911-461b-b710-e7522d48fda5",
    "artist": "Novalima",
    "artist_ids": [
        "1916112c-7385-4580-bc55-8126d349016c"
    ],
    "album": "Afro",
    "release_id": null,
    "release_group_id": "bdc48737-9be1-3c1f-9d1c-6edcf622ba47",
    "labels": [],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Novalima will be performing near you next month!\n\nSeattle: April 28th @ Great Hall in Town Hall. Tickets here: https://tinyurl.com/mu92uuwb\n\nBay area: April 30th @ The Freight. Tickets here: https://tinyurl.com/2sv88av4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}