Information about plays

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

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

{
    "id": 3548080,
    "uri": "https://api.kexp.org/v2/plays/3548080/?format=api",
    "airdate": "2025-09-02T17:27:51-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-a2f592ad-1c67-48f2-8c6d-4967f5347577/mbid-a2f592ad-1c67-48f2-8c6d-4967f5347577-34820804741_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-a2f592ad-1c67-48f2-8c6d-4967f5347577/mbid-a2f592ad-1c67-48f2-8c6d-4967f5347577-34820804741_thumb250.jpg",
    "song": "Monterey",
    "track_id": "bffeabfe-895c-332a-aead-df40821bd495",
    "recording_id": "31e367f5-e31b-429c-ae65-488047e37c12",
    "artist": "Starflyer 59",
    "artist_ids": [
        "250c38d6-0353-4c22-a371-f305d908573c"
    ],
    "album": "Easy Come Easy Go 1994-2000",
    "release_id": "a2f592ad-1c67-48f2-8c6d-4967f5347577",
    "release_group_id": "54d1e6d9-edbe-3c05-8673-35ea97779f26",
    "labels": [
        "Tooth & Nail Records"
    ],
    "label_ids": [
        "7bed0e70-98c2-445e-a065-51280cbebd75"
    ],
    "release_date": "2000-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Starflyer 59's first record. Over time the group would drift away from the shoegaze style but their first records remain solidly with in the shoegaze canon.\nhttps://starflyer59.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}