Information about plays

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

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

{
    "id": 3601442,
    "uri": "https://api.kexp.org/v2/plays/3601442/?format=api",
    "airdate": "2026-01-07T14:41:29-08:00",
    "show": 65588,
    "show_uri": "https://api.kexp.org/v2/shows/65588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venus & Adonis",
    "track_id": "8008b4b3-f198-4177-83bb-d57084888609",
    "recording_id": "209f2899-435c-46df-b96e-9e15f3de6489",
    "artist": "TATYANA",
    "artist_ids": [
        "d27f8596-c425-44b8-9898-fe8c15eaa4a9"
    ],
    "album": "Amour Armour",
    "release_id": "7849a94e-113e-4bfb-a33f-29676e02fcf3",
    "release_group_id": "59852ca6-1d9d-458c-a792-4da573c5c5c3",
    "labels": [
        "Sinderlyn"
    ],
    "label_ids": [
        "228a2488-ccc4-4cc0-8a0b-54099594b9f0"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tatyana is an electronic producer, harpist and singer/songwriter from London, UK. Her five-trace EP \"Amour Armor\" was released last November.  You can purchase it here: https://tatyana.bandcamp.com/album/amour-armour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}