Information about plays

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

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

{
    "id": 3591758,
    "uri": "https://api.kexp.org/v2/plays/3591758/?format=api",
    "airdate": "2025-12-16T06:33:40-08:00",
    "show": 65392,
    "show_uri": "https://api.kexp.org/v2/shows/65392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sage",
    "track_id": "18b5658b-7da0-4018-b607-d1d6ea90c35c",
    "recording_id": "02801389-c70d-427d-8379-f5c15e494f84",
    "artist": "Hatchie",
    "artist_ids": [
        "b51f07c9-a42c-4ea7-b5ed-ce4b7f47101a"
    ],
    "album": "Liquorice",
    "release_id": "45841de2-b7d2-432f-b119-0ceaaa6a8b79",
    "release_group_id": "f3d448bb-7105-438b-831a-52e73a82dffb",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Like the rich flavors of the twisty, titular candy—sweet, salty, and bitter all in one bite—Liquorice validates how longing and obsession are intertwined in the self-discovery of young womanhood.\"\n\nhttps://hatchie.bandcamp.com/album/liquorice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}