Information about plays

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

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

{
    "id": 3551592,
    "uri": "https://api.kexp.org/v2/plays/3551592/?format=api",
    "airdate": "2025-09-11T05:48:55-07:00",
    "show": 64531,
    "show_uri": "https://api.kexp.org/v2/shows/64531/?format=api",
    "image_uri": "https://ia800702.us.archive.org/30/items/mbid-d88a15db-cf48-48e9-9bcb-ec95d119f271/mbid-d88a15db-cf48-48e9-9bcb-ec95d119f271-15824149491_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/30/items/mbid-d88a15db-cf48-48e9-9bcb-ec95d119f271/mbid-d88a15db-cf48-48e9-9bcb-ec95d119f271-15824149491_thumb250.jpg",
    "song": "This Night",
    "track_id": "97bbbb83-723f-32af-bd00-a3c011121b48",
    "recording_id": "04087207-d56e-49f3-bc1f-62c09e513174",
    "artist": "Destroyer",
    "artist_ids": [
        "61604b45-8a91-4e33-a1b6-45d7b1fec4e5"
    ],
    "album": "This Night",
    "release_id": "26427ae1-731b-3238-be9f-7a649af69007",
    "release_group_id": "41ea95b4-caaf-3bfd-bb87-f74b7bb93335",
    "labels": [
        "Talitres Records"
    ],
    "label_ids": [
        "b4b8a7eb-8045-45c3-a3e1-93a7c77100c9"
    ],
    "release_date": "2002-10-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Destroyer will be playing San Francisco, August Hall on September 24th!\n\nDan Bejar started Destroyer as a solo home-recording project in the early to mid-nineties. Exploring and overturning genres such as glam, MIDI, yacht rock, & even underground Spanish independent artists, Bejar was proclaimed “Rock’s Exiled King” by The Fader.\n\nhttps://destroyer.bandcamp.com/album/this-night",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}