Information about plays

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

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

{
    "id": 3569753,
    "uri": "https://api.kexp.org/v2/plays/3569753/?format=api",
    "airdate": "2025-10-25T12:03:52-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "https://ia800802.us.archive.org/11/items/mbid-76402fe5-a3f2-4e3c-8b1f-8347010eccf1/mbid-76402fe5-a3f2-4e3c-8b1f-8347010eccf1-33919681747_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-76402fe5-a3f2-4e3c-8b1f-8347010eccf1/mbid-76402fe5-a3f2-4e3c-8b1f-8347010eccf1-33919681747_thumb250.jpg",
    "song": "Life Goes On",
    "track_id": "3a1bdcac-2daf-420d-95b6-330515f81f59",
    "recording_id": "ac422465-6d70-4908-a448-71408fbbbd07",
    "artist": "Ezra Collective feat. Sampa the Great",
    "artist_ids": [
        "9d79c790-9897-464e-aef0-db5bd3290f00",
        "d51acca9-a88b-4f5c-a2fe-f069de70ca1d"
    ],
    "album": "Where I'm Meant to Be",
    "release_id": "76402fe5-a3f2-4e3c-8b1f-8347010eccf1",
    "release_group_id": "ef3b1887-ead5-40c0-83e2-3c2f7ab8a8c3",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2022-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2022 (recorded during the lockdown),  this record features Kojey Radical, Emile Sandé, Steve McQueen, and Nao",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}