Information about plays

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

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

{
    "id": 3593076,
    "uri": "https://api.kexp.org/v2/plays/3593076/?format=api",
    "airdate": "2025-12-19T12:22:53-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shapeshifter",
    "track_id": "1bb23bb6-234a-436a-9d51-574ccc72e022",
    "recording_id": "0e836c20-347d-496d-a723-21e20734000d",
    "artist": "Lorde",
    "artist_ids": [
        "8e494408-8620-4c6a-82c2-c2ca4a1e4f12"
    ],
    "album": "Virgin",
    "release_id": "9ef9f8d1-330b-4dab-991e-ceb2f60c3689",
    "release_group_id": "a3734ef9-80a8-40e0-8718-9eb39860ff4a",
    "labels": [
        "Universal Music New Zealand"
    ],
    "label_ids": [
        "6bab409c-56b7-493b-a2ca-9ef58ff2b5a8"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#72 on our countdown of YOUR favorite albums of 2025\n\nOne reviewer writes of this track: \"'Shapeshifter' is a high mark [of Lorde's Virgin album], a lovely bit of text painting that starts with a skeletal garage beat, shaded in gradually until it hits you with a full bleed of color. This song moves; it mirrors the state of constant flux that Lorde is singing about.\" \nhttps://tinyurl.com/bdffz5cc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}