Information about plays

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

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

{
    "id": 3573469,
    "uri": "https://api.kexp.org/v2/plays/3573469/?format=api",
    "airdate": "2025-11-03T11:20:21-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Abigail",
    "track_id": "fd78efce-ad05-4ce4-8a0d-4422a99da99a",
    "recording_id": "a73a5245-2260-4baf-b89e-d2cd47b1ade5",
    "artist": "Afternoon Bike Ride",
    "artist_ids": [
        "7dfee270-6736-490e-8b10-2f2a999e0392"
    ],
    "album": "Running with Scissors",
    "release_id": "a52139f3-1a26-40a7-bb5b-77d4bc12bc18",
    "release_group_id": "c6f778e8-127f-4391-a771-035ff534de6a",
    "labels": [
        "Friends of Friends"
    ],
    "label_ids": [
        "b2665d7f-16a8-4334-8cf2-8110b38dcc64"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Afternoon Bike Ride is a Montreal-based eclectic indie trio composed of Lia Kurihara, Éloi Le Blanc-Ringuette and David Tanton. It’s an audio diary of what they know will be their most cherished memories. They’ve released a series of cohesive projects where field recordings blend with ambient, folk, and pop. \n\nhttps://afternoonbikeride.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}