Information about plays

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

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

{
    "id": 3597165,
    "uri": "https://api.kexp.org/v2/plays/3597165/?format=api",
    "airdate": "2025-12-28T12:06:47-08:00",
    "show": 65498,
    "show_uri": "https://api.kexp.org/v2/shows/65498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning Sun",
    "track_id": "7b1df748-0671-4a15-a0e9-0520996faeb6",
    "recording_id": "e312a97f-1293-4375-97c6-b0f4cc11a053",
    "artist": "Sampology",
    "artist_ids": [
        "c23b8c9f-6c39-41b5-9005-477518176f9e"
    ],
    "album": "Ripen, Vol. 1",
    "release_id": "fb1c4e34-05cc-4d0d-af25-b2dc1678bca1",
    "release_group_id": "8f31d8e0-349c-4406-9b15-e6210ea3eac5",
    "labels": [
        "Middle Name Records"
    ],
    "label_ids": [
        "f3abbc99-c1bc-4480-9639-34f786f2fec2"
    ],
    "release_date": "2025-07-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from Brisbane, Australia based producer/DL Sampology (Sam Poggioli).\n\nThe opening single \"Morning Sun\" delivers the perfect soundtrack for a daybreak brimming with optimism, featuring the uplifting harmonies of a choral trio comprising Tiana Khasi, Hannah Macklin and Kalila.\n\nhttps://sampology.bandcamp.com/album/ripen-vol-1\nhttps://www.sampology.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}