Information about plays

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

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

{
    "id": 3520072,
    "uri": "https://api.kexp.org/v2/plays/3520072/?format=api",
    "airdate": "2025-06-28T19:38:18-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "https://coverartarchive.org/release/28dcf95c-d25f-4f28-8c6b-be93d6c6d7bd/41280502725-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28dcf95c-d25f-4f28-8c6b-be93d6c6d7bd/41280502725-250.jpg",
    "song": "Confetti",
    "track_id": null,
    "recording_id": "dd42e4cf-dc5a-4cb7-b266-c9ad2ead3d52",
    "artist": "Freak Daddy",
    "artist_ids": [
        "e3144110-6677-4f59-969c-e474fb90c26d"
    ],
    "album": "Confetti",
    "release_id": null,
    "release_group_id": "b754bb82-eca1-4557-9d00-0264c7ce106d",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-08-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music for Portland based artist Freak Daddy!\n\n\"Freak Daddy is a trailblazing transgender male musician from the USA who has made a name for himself in the underground queer music scene. With a sound he calls Darchnerve that blends elements of pop, industrial, EDM, metal, and hip hop, Freak Daddy has carved out a unique niche for himself in the world of music.\"\n\nhttps://www.youtube.com/@FREAKDADDY",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}