Information about plays

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

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

{
    "id": 3638257,
    "uri": "https://api.kexp.org/v2/plays/3638257/?format=api",
    "airdate": "2026-04-05T16:26:03-07:00",
    "show": 66375,
    "show_uri": "https://api.kexp.org/v2/shows/66375/?format=api",
    "image_uri": "https://coverartarchive.org/release/f01d84f0-44fc-4cde-8109-15d9bfb32cf3/13352960436-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f01d84f0-44fc-4cde-8109-15d9bfb32cf3/13352960436-250.jpg",
    "song": "Dominio",
    "track_id": null,
    "recording_id": "4bbf20ac-e6a4-4444-9e49-ea1f822df5b5",
    "artist": "JoyCut",
    "artist_ids": [
        "e9878900-a5ee-4a9a-af61-8f495c9c430f"
    ],
    "album": "PiecesOfUsWereLeftOnTheGround",
    "release_id": null,
    "release_group_id": "1fc59ba6-9b1c-4921-92af-0e408b0349b7",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "JoyCut are touring! If you're in the Bay area, you can catch them @ Neumos in Seattle on May 5th and The Independent in SF on May 10th!\nMore dates & locales here: https://www.livenation.com/artist/K8vZ917GdN0/archive-events",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}