Information about plays

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

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

{
    "id": 3554099,
    "uri": "https://api.kexp.org/v2/plays/3554099/?format=api",
    "airdate": "2025-09-17T07:49:02-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-1d30963e-ad75-4708-aca4-067db3def0ab/mbid-1d30963e-ad75-4708-aca4-067db3def0ab-32486041492_thumb500.jpg",
    "thumbnail_uri": "https://ia801703.us.archive.org/28/items/mbid-1d30963e-ad75-4708-aca4-067db3def0ab/mbid-1d30963e-ad75-4708-aca4-067db3def0ab-32486041492_thumb250.jpg",
    "song": "Industrious",
    "track_id": "0e3406ac-db1a-371c-a2df-76e1fd192f4c",
    "recording_id": "513d2003-fa9c-4326-929b-8ea6d2fffc68",
    "artist": "Seefeel",
    "artist_ids": [
        "8ffcd7d7-6293-4fbf-b0f6-46aef9ce9f69"
    ],
    "album": "Quique",
    "release_id": "1d30963e-ad75-4708-aca4-067db3def0ab",
    "release_group_id": "fc2b7f2a-d60f-3c8f-bff3-69f314d665f3",
    "labels": [
        "Too Pure"
    ],
    "label_ids": [
        "ae5ab1f6-8ce6-4af0-9268-442b9067f537"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[Seefeel] were originally lumped in by the music press with the shoegaze sound of bands like My Bloody Valentine, but their electronic tendencies and use of samplers led to them also being linked to the emerging IDM sound, reinforced when Aphex Twin (a big Seefeel fan) did two different remixes of the early track “Time To Find Me” for free, on the agreement that they would make a record for his Rephlex label at some point.\nhttps://warp.net/artists/seefeel\n\nhttps://seefeel.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}