Information about plays

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

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

{
    "id": 3609682,
    "uri": "https://api.kexp.org/v2/plays/3609682/?format=api",
    "airdate": "2026-01-27T05:59:29-08:00",
    "show": 65767,
    "show_uri": "https://api.kexp.org/v2/shows/65767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cycles",
    "track_id": "7573af83-6cdf-4bc4-9c0c-60e8586c99a4",
    "recording_id": "37e680df-202a-4790-9438-0478b5f181e6",
    "artist": "Kennebec",
    "artist_ids": [
        "e653d242-3202-4a4d-b975-0476b253d581"
    ],
    "album": "The Water Wheel",
    "release_id": "568fac5e-6c79-4edd-b657-87cac045f08c",
    "release_group_id": "8d5f2491-f63f-46e0-92a4-cf8e30627c95",
    "labels": [
        "Rainwatch"
    ],
    "label_ids": [
        "8ad782a7-8ca4-4313-acf7-ed61cfe18a78"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kennebec is the musical outlet of composer, producer, and multi-instrumentalist Eric Phillips. He draws from an eclectic array of influences including left field ambient/electronic music, folk, hip-hop, indie rock and soundtracks to create his own unique style of cinematic music.\n\nErics newest project, 'The Water Wheel', will serve as his next foray into exploring his unique style of music.\n\nhttps://kennebec1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}