Information about plays

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

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

{
    "id": 3607615,
    "uri": "https://api.kexp.org/v2/plays/3607615/?format=api",
    "airdate": "2026-01-22T10:52:18-08:00",
    "show": 65723,
    "show_uri": "https://api.kexp.org/v2/shows/65723/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barracuda",
    "track_id": "edc2592d-a2c6-4633-a229-046c6475e79c",
    "recording_id": "3ab14660-f719-40a5-a0a3-14995898b7dd",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Wild and Wooly: The Northwest Rock Collection",
    "release_id": "e5eacc33-6db6-4342-a6ad-2c508eb476d7",
    "release_group_id": "a9182740-e64d-4b7b-aafb-85869d401ab3",
    "labels": [
        "Experience Music Project"
    ],
    "label_ids": [
        "85f02891-2cc1-4661-8940-c7474b0593b9"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This classic Heart song was was inspired by anger toward sexist rumors in the music industry—particularly after a sleazy promoter implied that sisters Ann and Nancy Wilson were lesbian lovers as part of a publicity angle. Ann Wilson later said the comment “really got [her] mad” and that she went back to her hotel room and wrote the lyrics to “Barracuda” in response.\n\nhttps://www.antimusic.com/news/24/0110hearts_ann_wilson_reveals_inspiration_behind_barracuda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}