Information about plays

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

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

{
    "id": 3580346,
    "uri": "https://api.kexp.org/v2/plays/3580346/?format=api",
    "airdate": "2025-11-19T19:19:46-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sand Dance",
    "track_id": "88547976-cce7-4152-8fd2-96ba6b068639",
    "recording_id": "95f34aae-7799-407c-b398-f5911a64ab87",
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Sun Structures",
    "release_id": "56bb0b13-5e09-48b2-bc85-bffec742d6c3",
    "release_group_id": "02057791-c023-45a1-8551-0eb3a7c86329",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2014-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Temples has been in the studio so new music is on the way! Get on their newsletter and read up more here: https://www.templestheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}