Information about plays

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

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

{
    "id": 3595739,
    "uri": "https://api.kexp.org/v2/plays/3595739/?format=api",
    "airdate": "2025-12-25T07:20:09-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Wish I Were Giving You a Gift) This Christmas",
    "track_id": null,
    "recording_id": "00378d57-d907-418f-9eb7-55e47b905f20",
    "artist": "Girl Ray",
    "artist_ids": [
        "ebcf8901-bd0a-486c-bfc9-341b7394c3fa"
    ],
    "album": "(I Wish I Were Giving You a Gift) This Christmas",
    "release_id": null,
    "release_group_id": "ccff3587-bfae-4dd0-94c1-97b006d29f2c",
    "labels": [
        "Moshi Moshi Records"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2017-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Girl Ray's Christmas 7\" single from 2017--\nSophie Moss: \"Christmas is great and everything but where are the indie bangers? We've pulled it all out the stocking on this one. You'd be a fool not to buy it for every family member, friend and tinder acquaintance this Christmas.\"\n\nhttps://girlray.bandcamp.com/album/i-wish-i-were-giving-you-a-gift-this-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}