Information about plays

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

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

{
    "id": 3588519,
    "uri": "https://api.kexp.org/v2/plays/3588519/?format=api",
    "airdate": "2025-12-08T14:03:05-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sex and Dying in High Society",
    "track_id": "b1a492f2-5f58-32ef-b4df-dbbbd3c641cf",
    "recording_id": "b840b87e-26f1-4524-9985-3d349a2cff7d",
    "artist": "X",
    "artist_ids": [
        "ddd553d4-977e-416c-8f57-e4b72c0fc746"
    ],
    "album": "Los Angeles",
    "release_id": "b24e6668-6b20-39f9-9f45-2a0a91265ba2",
    "release_group_id": "700da083-bd95-3301-91f1-af571a001414",
    "labels": [
        "Slash",
        "Rhino"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Every time you look at him\nYou could almost fall asleep\nAnd there's a masturbating\nGetting underneath your belt...\" Here are the lyrics to this 1980 song written by Exene Cervenka and John Doe : https://genius.com/X-sex-and-dying-in-high-society-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}