Information about plays

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

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

{
    "id": 3595859,
    "uri": "https://api.kexp.org/v2/plays/3595859/?format=api",
    "airdate": "2025-12-25T13:27:16-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/9dbe1bbc-e49c-4391-b289-010aaaca915c/8060508161-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9dbe1bbc-e49c-4391-b289-010aaaca915c/8060508161-250.jpg",
    "song": "Chiron Beta Prime",
    "track_id": null,
    "recording_id": "981e4ad7-fe5e-4316-a658-377c040e0359",
    "artist": "Jonathan Coulton",
    "artist_ids": [
        "d8df7087-06d5-4545-9024-831bb8558ad1"
    ],
    "album": "Thing a Week Two",
    "release_id": null,
    "release_group_id": "a48c5128-ff7e-389f-aea0-7ec18ed7032f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2006-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jonathan Coulton is from the Internet. While a struggling music industry fell to pieces, he independently amassed a small army of techies, nerds, and dedicated superfans. He's known for his songs in the “Portal” games, plus an eclectic catalog of masterful songwriting on subjects from zombies and mad scientists to sad parents and dissatisfied software engineers.\n\nhttps://youtu.be/B3DyxaCYlfg?si=eGvKDfIkoXLtwSxY\nhttps://www.jonathancoulton.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}