Information about plays

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

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

{
    "id": 3596714,
    "uri": "https://api.kexp.org/v2/plays/3596714/?format=api",
    "airdate": "2025-12-27T13:12:07-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Utopia (Cornelius remix)",
    "track_id": "ed1a53fb-4bf6-4ada-aae2-6528ea1eb793",
    "recording_id": "5abb0851-5886-4f4b-9601-297f5e3e54f9",
    "artist": "Gwenno",
    "artist_ids": [
        "8f5b15bd-0777-4564-9801-17462e5ff715"
    ],
    "album": "Utopia (Remixes)",
    "release_id": "a7299f6b-2773-4aae-a521-c9b58643067c",
    "release_group_id": "dd2d4d59-8575-4e98-b1f5-30f13279a884",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2025-11-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UK Artist Gwenno released a remixed version of her fifth album Utopia.\n---\n\"There is a sense of revelation to Utopia, a feeling markedly different to that of previous records. Having released three albums in Welsh and Cornish, 'Utopia' is Gwenno Saunders’ first album recorded predominantly in English, and presents a very different side to her life and songwriting.\"\n\nhttps://gwenno.bandcamp.com/album/utopia-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}