Information about plays

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

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

{
    "id": 3595277,
    "uri": "https://api.kexp.org/v2/plays/3595277/?format=api",
    "airdate": "2025-12-24T08:23:02-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Rewrote Baby It's Cold Outside",
    "track_id": null,
    "recording_id": null,
    "artist": "The Doohickeys",
    "artist_ids": [],
    "album": "Baby It's Cold Outside (Revise",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Doohickeys consists of singing and writing duo Haley Spence Brown & Jack Hackett. Haley hails from Liberty, Missouri, where she spent her childhood training horses and helping on her grandpa's cattle farm. Jack grew up in a strict Japanese-American household in Atlanta, Georgia where you had to take your shoes off at the door (everything else was pretty lax).\n\nhttps://www.thedoohickeysband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}