Information about plays

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

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

{
    "id": 3617682,
    "uri": "https://api.kexp.org/v2/plays/3617682/?format=api",
    "airdate": "2026-02-15T03:05:01-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can’t Stand Up for Falling Down",
    "track_id": "814842a1-3420-3d7f-9373-875a3c553ae3",
    "recording_id": "bfb286b8-15ba-4be3-92b9-031a862d3e3f",
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Get Happy!!",
    "release_id": "7d8de00d-28e0-350e-9e04-a07cdb23f0ce",
    "release_group_id": "768857a3-99bf-36c2-b39e-9e16be5673f1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elvis Costello & The Attractions released their album \"Get Happy\" on this day in 1980!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}