Information about plays

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

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

{
    "id": 3622543,
    "uri": "https://api.kexp.org/v2/plays/3622543/?format=api",
    "airdate": "2026-02-26T11:59:37-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "https://dn710204.ca.archive.org/0/items/mbid-ecadd7ae-7b94-4f68-8efc-e02f6e64457e/mbid-ecadd7ae-7b94-4f68-8efc-e02f6e64457e-43645953946_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-ecadd7ae-7b94-4f68-8efc-e02f6e64457e/mbid-ecadd7ae-7b94-4f68-8efc-e02f6e64457e-43645953946_thumb250.jpg",
    "song": "Dream of Mine",
    "track_id": "34f045c9-ce40-4e62-ae19-8fd6784475c4",
    "recording_id": "8264f114-5183-4033-a98e-7828af65eeee",
    "artist": "Ellur",
    "artist_ids": [
        "87490c2a-0fe6-4811-85f2-43c3d0a4beaf"
    ],
    "album": "At Home in My Mind",
    "release_id": "ecadd7ae-7b94-4f68-8efc-e02f6e64457e",
    "release_group_id": "40bda527-763e-4401-9850-7ccc8eeac39a",
    "labels": [
        "Dance to the Radio"
    ],
    "label_ids": [
        "6160b3df-55f8-48e6-b982-ea7f3a6be763"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Her name is Ella McNamara.  She was born and bred in Yorkshire, England, and \"Ellur\" is the pronunciation of her name there. \"At Home in My Mind\" is her debut album.: https://diymag.com/interview/get-to-know-ellur",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}