Information about plays

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

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

{
    "id": 3546278,
    "uri": "https://api.kexp.org/v2/plays/3546278/?format=api",
    "airdate": "2025-08-29T11:23:53-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://dn721200.ca.archive.org/0/items/mbid-5a4adae7-0a33-487b-b6b2-81c2bb391b2e/mbid-5a4adae7-0a33-487b-b6b2-81c2bb391b2e-7302210325_thumb500.jpg",
    "thumbnail_uri": "https://dn721200.ca.archive.org/0/items/mbid-5a4adae7-0a33-487b-b6b2-81c2bb391b2e/mbid-5a4adae7-0a33-487b-b6b2-81c2bb391b2e-7302210325_thumb250.jpg",
    "song": "Belongings",
    "track_id": "0d037a9b-24c8-30af-a8ae-a58635519d1f",
    "recording_id": "a2a78c92-39b8-4949-b39e-84eb3dd44bb5",
    "artist": "Bear Hands",
    "artist_ids": [
        "6e73e900-c27f-4893-a6db-32f23306a841"
    ],
    "album": "Burning Bush Supper Club",
    "release_id": "5a4adae7-0a33-487b-b6b2-81c2bb391b2e",
    "release_group_id": "3b78bc00-30b3-48f1-ae10-30fb1804f2e1",
    "labels": [
        "Cantora Records"
    ],
    "label_ids": [
        "ffe8dffb-b9ab-4d4a-9741-65099fab883b"
    ],
    "release_date": "2010-11-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2010, Burning Bush Supper Club is the debut album from Bear Hands. Their most recent release is 2024's LP, The Key to What.\n\nhttps://bearhandsband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}