Information about plays

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

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

{
    "id": 3597486,
    "uri": "https://api.kexp.org/v2/plays/3597486/?format=api",
    "airdate": "2025-12-29T05:50:07-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here & Now",
    "track_id": null,
    "recording_id": "1f90179a-44db-4505-b41b-ca5e871fd6ad",
    "artist": "Letters to Cleo",
    "artist_ids": [
        "bdffa540-6840-4d3c-9f49-dadf6c6f087d"
    ],
    "album": "Aurora Gory Alice",
    "release_id": null,
    "release_group_id": "c7c1f212-1f9b-32a7-ae2a-2cd141cf324b",
    "labels": [
        "China Records"
    ],
    "label_ids": [
        "e6cefa22-1847-4b51-b371-079d1899aa79"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their debut release. Fun fact: Lead vocalist Kay Hanley appeared in the 1999 movie, \"10 Things I Hate About You,\" and sang a cover of Nick Lowe's \"Cruel to be Kind.\"\n\nhttps://www.letterstocleo.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}