Information about plays

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

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

{
    "id": 3600158,
    "uri": "https://api.kexp.org/v2/plays/3600158/?format=api",
    "airdate": "2026-01-04T13:31:19-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venus as a Boy",
    "track_id": "4f80a23e-ac84-3c91-977e-a269d770ca00",
    "recording_id": "9ef4eceb-ec2e-4059-a199-1ec081138a28",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Debut",
    "release_id": "129a9696-1620-3d40-8ba1-7deb3f7ccfad",
    "release_group_id": "6891a28c-5865-36e2-9e5f-c9fac1d3595f",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "About this song, Björk said, \"I think I wrote it in my living room in Iceland and sang it into my dictaphone. Later, by accident, we were going through sounds and I found this broken bottle sound. It wasn't intentional but it sounded great.\" \n\nWith her uncompromising mix of experimental pop, electronic music, and whatever else strikes her fancy, eccentric Icelandic singer, songwriter, and producer Björk has enjoyed global success on her own terms since the mid-'90s.\n\nhttps://www.bjork.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}