Information about plays

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

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

{
    "id": 3599135,
    "uri": "https://api.kexp.org/v2/plays/3599135/?format=api",
    "airdate": "2026-01-02T07:28:16-08:00",
    "show": 65539,
    "show_uri": "https://api.kexp.org/v2/shows/65539/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jetstream",
    "track_id": "08dc7fa9-98c8-39fb-9849-340c088059a4",
    "recording_id": "1aaa54b5-2879-484b-8004-9de582ffc7b0",
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Kingdom of Rust",
    "release_id": "75c8ca28-075f-34b6-a626-6d84ab756b64",
    "release_group_id": "f4c8db87-c444-3232-bea7-0dfba7f663f5",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2009-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this band used to go by the name Sub Sub? They changed their name in 1998 and became Doves. Here's a 2009 interview about their fourth album, \"Kingdom of Rust\": https://www.npr.org/2009/08/22/112134936/doves-release-kingdom-of-rust",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}