Information about plays

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

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

{
    "id": 3557100,
    "uri": "https://api.kexp.org/v2/plays/3557100/?format=api",
    "airdate": "2025-09-24T08:26:02-07:00",
    "show": 64648,
    "show_uri": "https://api.kexp.org/v2/shows/64648/?format=api",
    "image_uri": "https://ia801606.us.archive.org/33/items/mbid-6353becf-9285-35d7-b1f0-fddba6dd0e8c/mbid-6353becf-9285-35d7-b1f0-fddba6dd0e8c-2273376479_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/33/items/mbid-6353becf-9285-35d7-b1f0-fddba6dd0e8c/mbid-6353becf-9285-35d7-b1f0-fddba6dd0e8c-2273376479_thumb250.jpg",
    "song": "Into the Fire",
    "track_id": "791a1f45-f4a6-3877-af94-b3971c87bdf6",
    "recording_id": "10adef58-daaf-4c4c-8a63-64e2c1a50913",
    "artist": "Sarah McLachlan",
    "artist_ids": [
        "ce58d854-7430-4231-aa44-97f0144b3372"
    ],
    "album": "Solace",
    "release_id": "6353becf-9285-35d7-b1f0-fddba6dd0e8c",
    "release_group_id": "f19000b0-df63-39a7-be8d-6344e31f065b",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listener request:\n\nSarah McLachlan will play in Seattle at the Paramount on November 26 and San Francisco at The Masonic on November 28.\n\nhttps://sarahmclachlan.bandcamp.com/\nhttps://www.sarahmclachlan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}